Clinibus FHIR specification
0.1.8 - ci-build

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

: Exmaple MedicationStatement - TTL Representation

Raw ttl | Download


@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:MedicationStatement ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-medicationstatement"] ; # 
  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 example-medicationstatement</b></p><a name=\"example-medicationstatement\"> </a><a name=\"hcexample-medicationstatement\"> </a><a name=\"example-medicationstatement-en-US\"> </a><p><b>status</b>: Active</p><p><b>medication</b>: <span title=\"Codes:{http://www.whocc.no/atc C09AA05}\">Enalapril 10mg</span></p><p><b>subject</b>: <a href=\"Patient-example-patient.html\">Matti Mallikas Male, DoB: 1962-05-03 ( Social Security Number: 030562-9952)</a></p><h3>Dosages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>AsNeeded[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>false</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:medication [
a fhir:CodeableConcept ;
    ( fhir:coding [
fhir:system [ fhir:v "http://www.whocc.no/atc"^^xsd:anyURI ] ;
fhir:code [ fhir:v "C09AA05" ] ;
fhir:display [ fhir:v "Enalapril" ]     ] ) ;
fhir:text [ fhir:v "Enalapril 10mg" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/example-patient" ]
  ] ; # 
  fhir:dosage ( [
fhir:asNeeded [
a fhir:boolean ;
fhir:v "false"^^xsd:boolean     ]
  ] ) . #