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

FHIR IG analytics

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

clinicalStatus: Active

type: Allergy

category: Medication

code: Allergy to contrast media

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


Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "mni-all-contrastMediaAllergy-example1",
  "meta": {
    "profile": [
      "https://mednet.swiss/fhir/StructureDefinition/mni-all-contrastMediaAllergy"
    ]
  },
  "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": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "293637006",
        "display": "Allergy to contrast media"
      }
    ]
  },
  "patient": {
    "reference": "Patient/mni-patient-example1"
  }
}