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

FHIR IG analytics

Packagepipeline-test
Resource TypeAllergyIntolerance
IdAllergyIntolerance-ExampleAllergyIntoleranceSulfonamide.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 ExampleAllergyIntoleranceSulfonamide

clinicalStatus: Active

verificationStatus: Confirmed

type: Allergy

category: Medication

code: Allergy to sulfonamide

patient: Jean Dupont Male, DoB: 1985-04-12 ( https://www.ehealth.fgov.be/standards/fhir/NamingSystem/ssin#12345678901)

recordedDate: 2023-06-20


Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "ExampleAllergyIntoleranceSulfonamide",
  "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"
  ],
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "91939003",
        "display": "Allergy to sulfonamide"
      }
    ]
  },
  "patient": {
    "reference": "Patient/ExampleBelgianPatient"
  },
  "recordedDate": "2023-06-20"
}