MyHealth@Eu Hospital Discharge Report
0.0.1 - qa-preview 150

MyHealth@Eu Hospital Discharge Report - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example MedicationStatement - 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 "ExampleMedicationStatement"] ; # 
  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 ExampleMedicationStatement</b></p><a name=\"ExampleMedicationStatement\"> </a><a name=\"hcExampleMedicationStatement\"> </a><a name=\"ExampleMedicationStatement-en-US\"> </a><p><b>status</b>: Active</p><p><b>statusReason</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/medication-statement-status-reason on-hold}\">On hold</span></p><p><b>medication</b>: <span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 1049624}\">Atorvastatin 10 MG Oral Tablet</span></p><p><b>subject</b>: <a href=\"Patient-ExampleHDRPatient.html\">John Albertus Doe  Male, DoB: 1989-12-12 ( https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin#89121210976 (use: official, ))</a></p><p><b>effective</b>: 2023-11-01 08:00:00+0100</p><p><b>dateAsserted</b>: 2023-11-15 12:00:00+0100</p><p><b>informationSource</b>: <a href=\"Practitioner/example\">Practitioner/example</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 44054006}\">Hypercholesterolemia</span></p><h3>Dosages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Text</b></td><td><b>Timing</b></td><td><b>Route</b></td></tr><tr><td style=\"display: none\">*</td><td>Take one tablet daily in the morning.</td><td>Once per 1 days</td><td><span title=\"Codes:{http://snomed.info/sct 26643006}\">Oral route</span></td></tr></table></div>"
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:statusReason ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/medication-statement-status-reason"^^xsd:anyURI ] ;
fhir:code [ fhir:v "on-hold" ] ;
fhir:display [ fhir:v "On hold" ]     ] )
  ] ) ; # 
  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 "1049624" ] ;
fhir:display [ fhir:v "Atorvastatin 10 MG Oral Tablet" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/ExampleHDRPatient" ]
  ] ; # 
  fhir:effective [ fhir:v "2023-11-01T08:00:00+01:00"^^xsd:dateTime] ; # 
  fhir:dateAsserted [ fhir:v "2023-11-15T12:00:00+01:00"^^xsd:dateTime] ; # 
  fhir:informationSource [
fhir:reference [ fhir:v "Practitioner/example" ]
  ] ; # 
  fhir:reasonCode ( [
    ( fhir:coding [
a sct:44054006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "44054006" ] ;
fhir:display [ fhir:v "Hypercholesterolemia" ]     ] )
  ] ) ; # 
  fhir:dosage ( [
fhir:text [ fhir:v "Take one tablet daily in the morning." ] ;
fhir:timing [
fhir:repeat [
fhir:frequency [ fhir:v "1"^^xsd:positiveInteger ] ;
fhir:period [ fhir:v "1"^^xsd:decimal ] ;
fhir:periodUnit [ fhir:v "d" ]       ]     ] ;
fhir:route [
      ( fhir:coding [
a sct:26643006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "26643006" ] ;
fhir:display [ fhir:v "Oral route" ]       ] )     ]
  ] ) . #