This page is part of the FHIR Clinical Documents (v1.1.0: STU 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
: revised-MedStatement-673f8db5-0ffd-4395-9657-6da00420bbc1
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 -------------------------------------------------------------------
<http://hl7.org/fhir/MedicationStatement/revised-MedStatement-673f8db5-0ffd-4395-9657-6da00420bbc1> a fhir:MedicationStatement ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "revised-MedStatement-673f8db5-0ffd-4395-9657-6da00420bbc1"] ;
fhir:Resource.language [ fhir:value "en"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement revised-MedStatement-673f8db5-0ffd-4395-9657-6da00420bbc1</b></p><a name=\"revised-MedStatement-673f8db5-0ffd-4395-9657-6da00420bbc1\"> </a><a name=\"hcrevised-MedStatement-673f8db5-0ffd-4395-9657-6da00420bbc1\"> </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\">Language: en</p></div><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-revised-Patient.html\">Eve Everywoman</a></p><p><b>dateAsserted</b>: 2024-05-07 11:28:17+0000</p></div>"
] ;
fhir:MedicationStatement.status [ fhir:value "active"] ;
fhir:MedicationStatement.statusReason [
fhir:index -1 ;
fhir:CodeableConcept.text [ fhir:value "Management of Asthma" ]
] ;
fhir:MedicationStatement.medicationCodeableConcept [
fhir:CodeableConcept.text [ fhir:value "Ventolin Inhaler" ]
] ;
fhir:MedicationStatement.subject [
fhir:link <http://hl7.org/fhir/Patient/revised-Patient> ;
fhir:Reference.reference [ fhir:value "Patient/revised-Patient" ] ;
fhir:Reference.display [ fhir:value "Eve Everywoman" ]
] ;
fhir:MedicationStatement.dateAsserted [ fhir:value "2024-05-07T11:28:17.000+00:00"^^xsd:dateTime] .
<http://hl7.org/fhir/Patient/revised-Patient> a fhir:Patient .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/MedicationStatement/revised-MedStatement-673f8db5-0ffd-4395-9657-6da00420bbc1.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/MedicationStatement/revised-MedStatement-673f8db5-0ffd-4395-9657-6da00420bbc1.ttl> .