FHIR IG analytics| Package | tw.cohesion.fhir.clinemr |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-AllergyIntoleranceMCR-min.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
臨床狀態:Active ( AllergyIntoleranceClinicalStatusCodes#active)
過敏或不耐症的識別:Penicillin
病人:Patient/PatientMCR-min "張睿寧"
{
"resourceType": "AllergyIntolerance",
"id": "AllergyIntoleranceMCR-min",
"meta": {
"profile": [
"https://fhir.cohesiondata.com/clinemr/StructureDefinition/allergyintolerance-clinemr"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"clinicalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
"code": "active",
"display": "Active"
}
],
"text": "Active"
},
"code": {
"text": "Penicillin"
},
"patient": {
"reference": "Patient/PatientMCR-min"
},
"encounter": {
"reference": "Encounter/EncounterMCR-min"
}
}