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

FHIR IG analytics

Packagech.fhir.ig.ch-allergyintolerance
Resource TypeAllergyIntolerance
IdAllergyIntolerance-ExAllergy.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 ExAllergy

identifier: Uniform Resource Identifier (URI)/urn:uuid:0028b459-11f0-4d8a-8d37-5276f88ddb06

clinicalStatus: Active

code: Allergy to egg protein (finding)

patient: Elisabeth Brönnimann-Bertholet Female, DoB: 1937-05-03

recordedDate: 2004-07-11 00:00:00+0200

recorder: PractitionerRole


Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "ExAllergy",
  "meta": {
    "profile": [
      "http://fhir.ch/ig/ch-allergyintolerance/StructureDefinition/ch-allergyintolerance"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:uuid:0028b459-11f0-4d8a-8d37-5276f88ddb06"
    }
  ],
  "clinicalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
        "code": "active"
      }
    ]
  },
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "213020009",
        "display": "Allergy to egg protein (finding)"
      }
    ]
  },
  "patient": {
    "reference": "Patient/ElisabethBroennimannByBFH"
  },
  "recordedDate": "2004-07-11T00:00:00+02:00",
  "recorder": {
    "reference": "PractitionerRole/FamilienHausarztAtHausarzt"
  }
}