Virtually Healthcare HL7 FHIR Implementation Guide, published by Virtually Healthcare. This guide is not an authorized publication; it is the continuous build for version 0.1.0-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Virtually-Healthcare/Virtually-Healthcare-FHIR-Implementation-Guide/ and changes regularly. See the Directory of published versions
: Task-EMIS-IM1-Medication-review - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Task ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "610596"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://fhir.virtually.healthcare/StructureDefinition/Task"^^xsd:anyURI ;
fhir:link <https://fhir.virtually.healthcare/StructureDefinition/Task> ] )
] ; #
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: Task 610596</b></p><a name=\"610596\"> </a><a name=\"hc610596\"> </a><a name=\"610596-en-GB\"> </a><p><b>identifier</b>: <code>https://emis.com/Id/Diary/DBID</code>/610596, <code>https://emis.com/Id/Diary/GUID</code>/905d117c-579f-4d49-9bfa-184f6a7630f9</p><p><b>status</b>: Ready</p><p><b>intent</b>: plan</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 182836005}\">Medication review</span></p><p><b>for</b>: <a href=\"Patient-610.html\">William Dyer Male, DoB: 1919-05-27 ( Medical record number)</a></p><p><b>executionPeriod</b>: 2005-10-19 00:00:00+0000 --> (ongoing)</p><p><b>requester</b>: <a href=\"Practitioner-4.html\">Practitioner Pauline Steele </a></p></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "https://emis.com/Id/Diary/DBID"^^xsd:anyURI ] ;
fhir:value [ fhir:v "610596" ]
] [
fhir:system [ fhir:v "https://emis.com/Id/Diary/GUID"^^xsd:anyURI ] ;
fhir:value [ fhir:v "905d117c-579f-4d49-9bfa-184f6a7630f9" ]
] ) ; #
fhir:status [ fhir:v "ready"] ; #
fhir:intent [ fhir:v "plan"] ; #
fhir:code [
( fhir:coding [
a sct:182836005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "182836005" ] ;
fhir:display [ fhir:v "Medication review" ] ] ) ;
fhir:text [ fhir:v "Medication review" ]
] ; #
fhir:for [
fhir:reference [ fhir:v "Patient/610" ]
] ; #
fhir:executionPeriod [
fhir:start [ fhir:v "2005-10-19T00:00:00+00:00"^^xsd:dateTime ]
] ; #
fhir:requester [
fhir:reference [ fhir:v "Practitioner/4" ]
] . #