@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<https://hl7-be.github.io/pipeline-test/AllergyIntolerance/ExampleAllergyIntoleranceSulfonamideFR> a fhir:AllergyIntolerance ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleAllergyIntoleranceSulfonamideFR"] ; # 
  fhir:language [ fhir:v "fr-BE"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<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>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:clinicalStatus [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical>
       ] ;
       fhir:code [ fhir:v "active" ]
     ] )
  ] ; # 
  fhir:verificationStatus [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/allergyintolerance-verification>
       ] ;
       fhir:code [ fhir:v "confirmed" ]
     ] )
  ] ; # 
  fhir:type [ fhir:v "allergy"] ; # 
  fhir:category ( [ fhir:v "medication"] ) ; # 
  fhir:code [
     fhir:coding ( [
       a sct:91939003 ;
       fhir:system [
         fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
         fhir:l <http://snomed.info/sct>
       ] ;
       fhir:code [ fhir:v "91939003" ] ;
       fhir:display [ fhir:v "Allergy to sulfonamide" ]
     ] ) ;
     fhir:text [ fhir:v "Allergie aux sulfamides" ]
  ] ; # 
  fhir:patient [
     fhir:l <https://hl7-be.github.io/pipeline-test/Patient/ExampleBelgianPatientFrench> ;
     fhir:reference [ fhir:v "Patient/ExampleBelgianPatientFrench" ]
  ] ; # 
  fhir:recordedDate [ fhir:v "2021-09-15"^^xsd:date] ; # 
  fhir:note ( [
     fhir:text [ fhir:v "Reaction allergique confirmee aux sulfamides. Eviter toute prescription de cette classe de medicaments." ]
  ] ) . # 

# -------------------------------------------------------------------------------------

