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

FHIR IG analytics

Packageswiss.mednet.fhir
Resource TypeAllergyIntolerance
IdAllergyIntolerance-mni-allergyIntolerance-example1.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 mni-allergyIntolerance-example1

clinicalStatus: Active

type: Allergy

category: Food

criticality: High Risk

code: Allergy to peanuts

patient: Anna Paola Muster Female, DoB: 1985-12-12 ( Medical record number: 123456)


Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "mni-allergyIntolerance-example1",
  "meta": {
    "profile": [
      "https://mednet.swiss/fhir/StructureDefinition/mni-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": [
    "food"
  ],
  "criticality": "high",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "91935009",
        "display": "Allergy to peanuts"
      }
    ],
    "text": "Allergy to peanuts"
  },
  "patient": {
    "reference": "Patient/mni-patient-example1"
  }
}