C-CDA on FHIR, published by HL7 International / Cross-Group Projects. This guide is not an authorized publication; it is the continuous build for version 1.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/ccda-on-fhir/ and changes regularly. See the Directory of published versions
: medication-statement - 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 "medication-statement"] ; #
fhir:meta [
fhir:versionId [ fhir:v "7" ] ;
fhir:lastUpdated [ fhir:v "2020-08-13T00:27:42.879+00:00"^^xsd:dateTime ] ;
fhir:source [ fhir:v "#DEai5xNhh8KqJU2w"^^xsd:anyURI ]
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MedicationStatement</b><a name=\"medication-statement\"> </a><a name=\"hcmedication-statement\"> </a></p><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\">Resource MedicationStatement "medication-statement" Version "7" Updated "2020-08-13 00:27:42+0000" </p><p style=\"margin-bottom: 0px\">Information Source: #DEai5xNhh8KqJU2w!</p></div><p><b>status</b>: active</p><p><b>medication</b>: lisinopril oral 10 mg <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-rxNorm.html\">RxNorm</a>#206765 "Prinivil 10 MG Oral Tablet")</span></p><p><b>subject</b>: <a href=\"Patient-example.html\">Patient/example: Amy Shaw</a> " NOELLE"</p><p><b>effective</b>: 2010-05-01 --> (ongoing)</p><p><b>dateAsserted</b>: 2016-05-01 16:13:03+0000</p></div>"
] ; #
fhir:status [ fhir:v "active"] ; #
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 "206765" ] ;
fhir:display [ fhir:v "Prinivil 10 MG Oral Tablet" ] ] ) ;
fhir:text [ fhir:v "lisinopril oral 10 mg" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/example" ] ;
fhir:display [ fhir:v "Amy Shaw" ]
] ; #
fhir:effective [
a fhir:Period ;
fhir:start [ fhir:v "2010-05-01"^^xsd:date ]
] ; #
fhir:dateAsserted [ fhir:v "2016-05-01T16:13:03Z"^^xsd:dateTime] . #