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

FHIR IG analytics

Packagech.fhir.ig.ch-umzh-connect
Resource TypeAllergyIntolerance
IdAllergyIntolerance-AllergyGado.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 AllergyGado

clinicalStatus: Active

type: Allergy

category: Medication

code: Komplexbildner-Allergie (Gadotersäure-Typ)

patient: Petra Meier Female, DoB: 1992-03-26 ( Medical record number)


Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "AllergyGado",
  "meta": {
    "profile": [
      "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-allergyintolerance"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "clinicalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
        "code": "active",
        "display": "Active"
      }
    ]
  },
  "type": "allergy",
  "category": [
    "medication"
  ],
  "code": {
    "text": "Komplexbildner-Allergie (Gadotersäure-Typ)"
  },
  "patient": {
    "reference": "Patient/PetraMeier"
  }
}