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

FHIR IG analytics

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

Language: fr-BE

clinicalStatus: Active

verificationStatus: Confirmed

type: Allergy

category: Medication

code: Allergie aux sulfamides

patient: Marie Lemaire Female, DoB: 1992-08-23 ( https://www.ehealth.fgov.be/standards/fhir/NamingSystem/ssin#98765432109)

recordedDate: 2021-09-15

note:

Reaction allergique confirmee aux sulfamides. Eviter toute prescription de cette classe de medicaments.


Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "ExampleAllergyIntoleranceSulfonamideFR",
  "language": "fr-BE",
  "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"
      }
    ],
    "text": "Allergie aux sulfamides"
  },
  "patient": {
    "reference": "Patient/ExampleBelgianPatientFrench"
  },
  "recordedDate": "2021-09-15",
  "note": [
    {
      "text": "Reaction allergique confirmee aux sulfamides. Eviter toute prescription de cette classe de medicaments."
    }
  ]
}