Guidance for FHIR IG Creation, published by HL7 International - FHIR Management Group. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/FHIR/ig-guidance/ and changes regularly. See the Directory of published versions
: null - 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 -------------------------------------------------------------------
<http://hl7.org/fhir/MedicationStatement/b9531e7e-49f3-45e8-bb40-b829b77a9c0f> a fhir:MedicationStatement ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "b9531e7e-49f3-45e8-bb40-b829b77a9c0f"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement b9531e7e-49f3-45e8-bb40-b829b77a9c0f</b></p><p><b>status</b>: Recorded</p><h3>Medications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 11289}\">warfarin</span></td></tr></table><p><b>subject</b>: <a href=\"Patient-562.html\">Kath Green Female, DoB: 1991-05-23 ( http://acme.org/identifiers/Patient#562)</a></p><p><b>encounter</b>: <a href=\"Encounter/5bf7ab11-5264-451a-8cec-063f0f36e5ba\">Encounter/5bf7ab11-5264-451a-8cec-063f0f36e5ba</a></p><p><b>dateAsserted</b>: 2024-04-17</p><h3>Adherences</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://hl7.org/fhir/CodeSystem/medication-statement-adherence unknown}\">Unknown</span></td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:status [ fhir:v "recorded"] ; #
fhir:medication [
fhir:concept [
fhir:coding ( [
fhir:system [ fhir:v "http://www.nlm.nih.gov/research/umls/rxnorm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "11289" ]
] )
]
] ; #
fhir:subject [
fhir:link <http://hl7.org/fhir/Patient/562> ;
fhir:reference [ fhir:v "Patient/562" ]
] ; #
fhir:encounter [
fhir:link <http://hl7.org/fhir/Encounter/5bf7ab11-5264-451a-8cec-063f0f36e5ba> ;
fhir:reference [ fhir:v "Encounter/5bf7ab11-5264-451a-8cec-063f0f36e5ba" ]
] ; #
fhir:dateAsserted [ fhir:v "2024-04-17"^^xsd:date] ; #
fhir:adherence [
fhir:code [
fhir:coding ( [
fhir:system [ fhir:v "http://hl7.org/fhir/CodeSystem/medication-statement-adherence"^^xsd:anyURI ] ;
fhir:code [ fhir:v "unknown" ]
] )
]
] . #
<http://hl7.org/fhir/Patient/562> a fhir:Patient .
<http://hl7.org/fhir/Encounter/5bf7ab11-5264-451a-8cec-063f0f36e5ba> a fhir:Encounter .