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

FHIR IG analytics

Packagech.fhir.ig.ch-emr
Resource TypeAllergyIntolerance
IdAllergyIntolerance-UC1-AllergyIntolerance-Penicillin.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: AllergyIntolerance UC1-AllergyIntolerance-Penicillin

clinicalStatus: Active

verificationStatus: Confirmed

type: Allergy

category: Medication

criticality: High Risk

code: Penicillin

patient: Maria Anna Schmidt Female, DoB: 1978-03-15 ( urn:oid:2.16.756.5.30.1.123.100.1.1.1#InsuranceCardNumber#80756015091232647590)

onset: 1985-08-20

recordedDate: 2015-06-15

recorder: Practitioner Hans Müller (official)

asserter: Maria Anna Schmidt Female, DoB: 1978-03-15 ( urn:oid:2.16.756.5.30.1.123.100.1.1.1#InsuranceCardNumber#80756015091232647590)


Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "UC1-AllergyIntolerance-Penicillin",
  "meta": {
    "profile": [
      "http://fhir.ch/ig/ch-emr/StructureDefinition/ch-emr-allergyintolerance"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "clinicalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
        "code": "active"
      }
    ]
  },
  "verificationStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
        "code": "confirmed"
      }
    ]
  },
  "type": "allergy",
  "category": [
    "medication"
  ],
  "criticality": "high",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "764146007",
        "display": "Penicillin"
      }
    ]
  },
  "patient": {
    "reference": "Patient/UC1-Patient-MariaSchmidt"
  },
  "onsetDateTime": "1985-08-20",
  "recordedDate": "2015-06-15",
  "recorder": {
    "reference": "Practitioner/UC1-Practitioner-DrMueller"
  },
  "asserter": {
    "reference": "Patient/UC1-Patient-MariaSchmidt"
  }
}