Pipeline Test IG - Belgian SNOMED Content
0.1.0 - STU1 Belgium flag

Pipeline Test IG - Belgian SNOMED Content, published by My Organization. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-be/pipeline-test/ and changes regularly. See the Directory of published versions

: Example Allergy - Sulfonamide (French) - JSON Representation

Raw json | Download

{
  "resourceType" : "AllergyIntolerance",
  "id" : "ExampleAllergyIntoleranceSulfonamideFR",
  "language" : "fr-BE",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"fr-BE\" lang=\"fr-BE\"><p class=\"res-header-id\"><b>Generated Narrative: AllergyIntolerance ExampleAllergyIntoleranceSulfonamideFR</b></p><a name=\"ExampleAllergyIntoleranceSulfonamideFR\"> </a><a name=\"hcExampleAllergyIntoleranceSulfonamideFR\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Language: fr-BE</p></div><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-verification confirmed}\">Confirmed</span></p><p><b>type</b>: Allergy</p><p><b>category</b>: Medication</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 91939003}\">Allergie aux sulfamides</span></p><p><b>patient</b>: <a href=\"Patient-ExampleBelgianPatientFrench.html\">Marie Lemaire  Female, DoB: 1992-08-23 ( https://www.ehealth.fgov.be/standards/fhir/NamingSystem/ssin#98765432109)</a></p><p><b>recordedDate</b>: 2021-09-15</p><p><b>note</b>: </p><blockquote><div><p>Reaction allergique confirmee aux sulfamides. Eviter toute prescription de cette classe de medicaments.</p>\n</div></blockquote></div>"
  },
  "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."
    }
  ]
}