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-AllergyMedicationPain - 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-AllergyMedicationPain"] ; # 
  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-AllergyMedicationPain</b></p><a name=\"UC2-AllergyMedicationPain\"> </a><a name=\"hcUC2-AllergyMedicationPain\"> </a><a name=\"UC2-AllergyMedicationPain-en-US\"> </a><p><b>status</b>: Completed</p><p><b>medication</b>: <span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 1094495}\">butylscopolamine bromide 20 MG/ML Injectable Solution</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-DiarrheaFollowUp.html\">Encounter: status = finished; class = AMB (AMB); period = 2022-12-05 --&gt; 2022-12-05; reasonCode = Follow-up visit</a></p><p><b>effective</b>: 2022-12-05</p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 271681002}\">Stomach ache (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 "1094495" ] ;
fhir:display [ fhir:v "butylscopolamine bromide 20 MG/ML Injectable Solution" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/UC2-Patient" ]
  ] ; # 
  fhir:context [
fhir:reference [ fhir:v "Encounter/UC2-DiarrheaFollowUp" ]
  ] ; # 
  fhir:effective [ fhir:v "2022-12-05"^^xsd:date] ; # 
  fhir:reasonCode ( [
    ( fhir:coding [
a sct:271681002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "271681002" ] ;
fhir:display [ fhir:v "Stomach ache (finding)" ]     ] )
  ] ) . #