0.1.0 - ci-build

IPSExampleIG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: UC2-AllergyMedicationEmergency - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 -------------------------------------------------------------------

 a fhir:MedicationAdministration ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "UC2-AllergyMedicationEmergency"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationAdministration UC2-AllergyMedicationEmergency</b></p><a name=\"UC2-AllergyMedicationEmergency\"> </a><a name=\"hcUC2-AllergyMedicationEmergency\"> </a><a name=\"UC2-AllergyMedicationEmergency-en-US\"> </a><p><b>status</b>: Completed</p><p><b>medication</b>: <span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 855172}\">levocetirizine dihydrochloride 5 MG Oral Tablet</span></p><p><b>subject</b>: <a href=\"Patient-UC2-Patient.html\">Hans Müller  Male, DoB: 1988-05-20</a></p><p><b>context</b>: <a href=\"Encounter-UC2-DiarrheaInitial.html\">Encounter: status = finished; class = EMER (EMER); period = 2022-11-28 --&gt; (ongoing); reasonCode = Diarrhea</a></p><p><b>effective</b>: 2022-11-28</p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 235719002}\">Intolerance to food (finding)</span></p></div>"
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:medication [
a fhir:CodeableConcept ;
    ( fhir:coding [
fhir:system [ fhir:v "http://www.nlm.nih.gov/research/umls/rxnorm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "855172" ] ;
fhir:display [ fhir:v "levocetirizine dihydrochloride 5 MG Oral Tablet" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/UC2-Patient" ]
  ] ; # 
  fhir:context [
fhir:reference [ fhir:v "Encounter/UC2-DiarrheaInitial" ]
  ] ; # 
  fhir:effective [ fhir:v "2022-11-28"^^xsd:date] ; # 
  fhir:reasonCode ( [
    ( fhir:coding [
a sct:235719002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "235719002" ] ;
fhir:display [ fhir:v "Intolerance to food (finding)" ]     ] )
  ] ) . #