HL7 PT FHIR Implementation Guide: Example IG Release 1 | STU1
1.0.0 - STU1 International flag

HL7 PT FHIR Implementation Guide: Example IG Release 1 | STU1, published by HL7 Portugal. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-pt/resp-ig/ and changes regularly. See the Directory of published versions

: MedicationStatement_ID_example - 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 "MedicationStatement_ID_example"] ; # 
  fhir:meta [
fhir:source [ fhir:v "Airdoc"^^xsd:anyURI ]
  ] ; # 
  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 MedicationStatement_ID_example</b></p><a name=\"MedicationStatement_ID_example\"> </a><a name=\"hcMedicationStatement_ID_example\"> </a><a name=\"MedicationStatement_ID_example-en-US\"> </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\"/><p style=\"margin-bottom: 0px\">Information Source: Airdoc</p></div><p><b>status</b>: Active</p><p><b>medication</b>: <a href=\"Medication-Medication_ID_example.html\">Medication Fluticasone Propionate inhaler nnn</a></p><p><b>subject</b>: <a href=\"Patient/patient_ID_example\">Patient/patient_ID_example</a></p><p><b>dateAsserted</b>: 2021-12-14 11:13:39+0000</p><p><b>informationSource</b>: <a href=\"Patient/patient_ID_example\">Patient/patient_ID_example</a></p><p><b>note</b>: NOTE</p><blockquote><p><b>dosage</b></p></blockquote></div>"
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:medication [
a fhir:Reference ;
fhir:reference [ fhir:v "Medication/Medication_ID_example" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/patient_ID_example" ]
  ] ; # 
  fhir:dateAsserted [ fhir:v "2021-12-14T11:13:39.013Z"^^xsd:dateTime] ; # 
  fhir:informationSource [
fhir:reference [ fhir:v "Patient/patient_ID_example" ]
  ] ; # 
  fhir:note ( [
fhir:text [ fhir:v "NOTE" ]
  ] ) ; # 
  fhir:dosage ( [
fhir:sequence [ fhir:v "1"^^xsd:integer ] ;
fhir:asNeeded [ fhir:v "true"^^xsd:boolean ] ;
fhir:route [
      ( fhir:coding [
a sct:260548002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "260548002" ] ;
fhir:display [ fhir:v "Oral" ]       ] )     ] ;
    ( fhir:doseAndRate [
fhir:type [
        ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/dose-rate-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ordered" ] ;
fhir:display [ fhir:v "ordered" ]         ] )       ] ;
fhir:dose [
a fhir:Quantity ;
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:unit [ fhir:v "tab" ] ;
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "tab" ]       ]     ] )
  ] ) . #