XML View
<AllergyIntolerance xmlns="http://hl7.org/fhir">
<id value="UKCore-AllergyIntolerance-EnteredInError-Example" />
<text>
<status value="additional" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<verificationStatus>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/allergyintolerance-verification" />
<code value="entered-in-error" />
<display value="Entered in Error" />
</coding>
</verificationStatus>
<code>
<coding>
<system value="http://snomed.info/sct" />
<code value="372687004" />
<display value="Amoxicillin" />
</coding>
</code>
<patient>
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
</patient>
<encounter>
<reference value="Encounter/UKCore-Encounter-InpatientEncounter-Example" />
</encounter>
<recordedDate value="2019-12-10T13:00:00+00:00" />
<recorder>
<reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" />
</recorder>
<asserter>
<reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" />
</asserter>
</AllergyIntolerance>
JSON View
{
"resourceType": "AllergyIntolerance",
"id": "UKCore-AllergyIntolerance-EnteredInError-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
"verificationStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
"code": "entered-in-error",
"display": "Entered in Error"
}
]
},
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "372687004",
"display": "Amoxicillin"
}
]
},
"patient": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
},
"encounter": {
"reference": "Encounter/UKCore-Encounter-InpatientEncounter-Example"
},
"recordedDate": "2019-12-10T13:00:00+00:00",
"recorder": {
"reference": "Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example"
},
"asserter": {
"reference": "Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example"
}
}