medicalAlert-example

{
"resourceType": "Flag",
"id": "medicalAlert-example",
"meta": {
"profile": [
"http://fire.ly/fhir/firely-ig-gen/StructureDefinition/MedicalAlert"
]
},
"status": "active",
"code": {
"text": "Patient has difficult intubation due to limited mouth opening. Anaesthesia team must be informed prior to any procedure requiring general anaesthesia."
},
"subject": {
"reference": "Patient/patientIdentification-example"
}
}
<Flag xmlns="http://hl7.org/fhir">
<id value="medicalAlert-example" />
<profile value="http://fire.ly/fhir/firely-ig-gen/StructureDefinition/MedicalAlert" />
</meta>
<status value="active" />
<text value="Patient has difficult intubation due to limited mouth opening. Anaesthesia team must be informed prior to any procedure requiring general anaesthesia." />
</code>
<reference value="Patient/patientIdentification-example" />
</subject>
</Flag>
Flag
Flag.id[0]medicalAlert-example
Flag.meta[0].profile[0]http://fire.ly/fhir/firely-ig-gen/StructureDefinition/MedicalAlert
Flag.status[0]active
Flag.code[0].text[0]Patient has difficult intubation due to limited mouth opening. Anaesthesia team must be informed prior to any procedure requiring general anaesthesia.
Flag.subject[0].reference[0]Patient/patientIdentification-example