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

: UC5-MedicationsJune2020 - 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:MedicationStatement ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "UC5-MedicationsJune2020"] ; # 
  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: MedicationStatement UC5-MedicationsJune2020</b></p><a name=\"UC5-MedicationsJune2020\"> </a><a name=\"hcUC5-MedicationsJune2020\"> </a><a name=\"UC5-MedicationsJune2020-en-US\"> </a><p><b>status</b>: Active</p><p><b>medication</b>: <span title=\"Codes:{http://snomed.info/sct 711436000}\">Inhaled steroids used daily (situation)</span></p><p><b>subject</b>: <a href=\"Patient-UC5-Patient.html\">Alejandra Ramírez  Female, DoB: 1956-12-01</a></p><p><b>context</b>: <a href=\"Encounter-UC5-EncounterCarlosVanBurenJune2020.html\">Encounter: status = finished; class = AMB (AMB); period = 2020-06-10 --&gt; 2020-06-10; reasonCode = Asthma follow-up</a></p><p><b>effective</b>: 2020-06-10</p><p><b>note</b>: Patient continues regular use of inhaled corticosteroids for asthma maintenance.</p></div>"
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:medication [
a fhir:CodeableConcept ;
    ( fhir:coding [
a sct:711436000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "711436000" ] ;
fhir:display [ fhir:v "Inhaled steroids used daily (situation)" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/UC5-Patient" ]
  ] ; # 
  fhir:context [
fhir:reference [ fhir:v "Encounter/UC5-EncounterCarlosVanBurenJune2020" ]
  ] ; # 
  fhir:effective [ fhir:v "2020-06-10"^^xsd:date] ; # 
  fhir:note ( [
fhir:text [ fhir:v "Patient continues regular use of inhaled corticosteroids for asthma maintenance." ]
  ] ) . #