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-Elderly-health-assessment - 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 "610595"] ; #
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 610595</b></p><a name=\"610595\"> </a><a name=\"hc610595\"> </a><a name=\"610595-en-GB\"> </a><p><b>identifier</b>: <code>https://emis.com/Id/Diary/DBID</code>/610595, <code>https://emis.com/Id/Diary/GUID</code>/f054b752-3120-449c-bb18-91de2a3499d8</p><p><b>status</b>: Ready</p><p><b>intent</b>: plan</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 637681000006105}\">Elderly health assessment</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-07-23 06: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 "610595" ]
] [
fhir:system [ fhir:v "https://emis.com/Id/Diary/GUID"^^xsd:anyURI ] ;
fhir:value [ fhir:v "f054b752-3120-449c-bb18-91de2a3499d8" ]
] ) ; #
fhir:status [ fhir:v "ready"] ; #
fhir:intent [ fhir:v "plan"] ; #
fhir:code [
( fhir:coding [
a sct:637681000006105 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "637681000006105" ] ;
fhir:display [ fhir:v "Elderly health assessment" ] ] ) ;
fhir:text [ fhir:v "Elderly health assessment" ]
] ; #
fhir:for [
fhir:reference [ fhir:v "Patient/610" ]
] ; #
fhir:executionPeriod [
fhir:start [ fhir:v "2005-07-23T06:00:00+00:00"^^xsd:dateTime ]
] ; #
fhir:requester [
fhir:reference [ fhir:v "Practitioner/4" ]
] . #