HL7 PT FHIR Implementation Guide: Example IG Release 1 | STU1, published by HL7 Portugal. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-pt/resp-ig/ and changes regularly. See the Directory of published versions
: MedicationAdministration_ID_example - 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:MedicationAdministration ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "MedicationAdministration_ID_example"] ; #
fhir:meta [
fhir:source [ fhir:v "Airdoc"^^xsd:anyURI ]
] ; #
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: MedicationAdministration MedicationAdministration_ID_example</b></p><a name=\"MedicationAdministration_ID_example\"> </a><a name=\"hcMedicationAdministration_ID_example\"> </a><a name=\"MedicationAdministration_ID_example-en-US\"> </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\"/><p style=\"margin-bottom: 0px\">Information Source: Airdoc</p></div><p><b>status</b>: not done</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/medication-admin-category community}\">community</span></p><p><b>medication</b>: <a href=\"Medication-Medication_ID_example.html\">Medication Fluticasone Propionate inhaler nnn</a></p><p><b>subject</b>: <a href=\"Patient/patient_ID_example\">Patient/patient_ID_example</a></p><p><b>supportingInformation</b>: <a href=\"MedicationStatement-MedicationStatement_ID_example.html\">MedicationStatement: status = active; medication[x] = ->Medication Fluticasone Propionate inhaler nnn; dateAsserted = 2021-12-14 11:13:39+0000; note = NOTE</a></p><p><b>effective</b>: 2021-12-14 09:00:00+0000</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Patient/patient_ID_example\">Patient/patient_ID_example</a></td></tr></table><p><b>reasonCode</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/reason-medication-given b}\">Given as Ordered</span></p></div>"
] ; #
fhir:status [ fhir:v "not done"] ; #
fhir:category [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/medication-admin-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "community" ] ;
fhir:display [ fhir:v "community" ] ] )
] ; #
fhir:medication [
a fhir:Reference ;
fhir:reference [ fhir:v "Medication/Medication_ID_example" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/patient_ID_example" ]
] ; #
fhir:supportingInformation ( [
fhir:reference [ fhir:v "MedicationStatement/MedicationStatement_ID_example" ]
] ) ; #
fhir:effective [ fhir:v "2021-12-14T09:00:00.000Z"^^xsd:dateTime] ; #
fhir:performer ( [
fhir:actor [
fhir:reference [ fhir:v "Patient/patient_ID_example" ] ]
] ) ; #
fhir:reasonCode ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/reason-medication-given"^^xsd:anyURI ] ;
fhir:code [ fhir:v "b" ] ;
fhir:display [ fhir:v "Given as Ordered" ] ] )
] ) . #