FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.r4.ukcore.stu1
Resource TypeAllergyIntolerance
IdUKCore-AllergyIntolerance-Extension-AllergyIntolEnd-Example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "UKCore-AllergyIntolerance-Extension-AllergyIntolEnd-Example",
  "clinicalStatus": {
    "extension": [
      {
        "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-AllergyIntoleranceEnd",
        "extension": [
          {
            "url": "endDate",
            "valueDateTime": "2021-07-20T17:10:00+00:00"
          },
          {
            "url": "reasonEnded",
            "valueString": "Administrative error corrected on patient record - confirmed that allergy not experienced with the patient."
          }
        ]
      }
    ],
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
        "code": "inactive",
        "display": "Inactive"
      }
    ]
  },
  "verificationStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
        "code": "confirmed",
        "display": "Confirmed"
      }
    ]
  },
  "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"
  }
}