FHIR Clinical Documents
1.0.0-ballot - STU1 Ballot International flag

FHIR Clinical Documents, published by HL7 International / Structured Documents. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-clinical-document/ and changes regularly. See the Directory of published versions

: MedStatement-673f8db5-0ffd-4395-9657-6da00420bbc1 - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:MedicationStatement ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "MedStatement-673f8db5-0ffd-4395-9657-6da00420bbc1"] ; # 
  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 MedStatement-673f8db5-0ffd-4395-9657-6da00420bbc1</b></p><a name=\"MedStatement-673f8db5-0ffd-4395-9657-6da00420bbc1\"> </a><a name=\"hcMedStatement-673f8db5-0ffd-4395-9657-6da00420bbc1\"> </a><a name=\"MedStatement-673f8db5-0ffd-4395-9657-6da00420bbc1-en-US\"> </a><p><b>status</b>: Active</p><p><b>statusReason</b>: <span title=\"Codes:\">Management of Asthma</span></p><p><b>medication</b>: <span title=\"Codes:\">Ventolin Inhaler</span></p><p><b>subject</b>: <a href=\"Patient-patient-example.html\">Eve Everiewoman</a></p><p><b>dateAsserted</b>: 2024-05-07 11:28:17+0000</p></div>"
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:statusReason ( [
fhir:text [ fhir:v "Management of Asthma" ]
  ] ) ; # 
  fhir:medication [
a fhir:CodeableConcept ;
fhir:text [ fhir:v "Ventolin Inhaler" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/patient-example" ] ;
fhir:display [ fhir:v "Eve Everiewoman" ]
  ] ; # 
  fhir:dateAsserted [ fhir:v "2024-05-07T11:28:17.000+00:00"^^xsd:dateTime] . #