ChanjoKE Immunization Implementation Guide, published by Intellisoft Consulting Ltd. 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/IntelliSOFT-Consulting/ChanjoKe-FHIR-IG/ and changes regularly. See the Directory of published versions
: TaskProfileExample - 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:Task ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "TaskProfileExample"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://chanjoke.intellisoftkenya.com/fhir/StructureDefinition/TaskProfile"^^xsd:anyURI ;
fhir:link <https://chanjoke.intellisoftkenya.com/fhir/StructureDefinition/TaskProfile> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Task TaskProfileExample</b></p><a name=\"TaskProfileExample\"> </a><a name=\"hcTaskProfileExample\"> </a><a name=\"TaskProfileExample-en-US\"> </a><p><b>Extension for Products </b>: product-code</p><p><b>identifier</b>: <code>https://chanjoke.intellisoftkenya.com/fhir/kenya/task</code>/123456 (use: official, )</p><p><b>status</b>: Requested</p><p><b>intent</b>: order</p><p><b>focus</b>: <a href=\"SupplyRequestProfileExample\">SupplyRequestProfileExample</a></p><p><b>authoredOn</b>: 2020-02-02</p><p><b>location</b>: <a href=\"Location-LocationExample.html\">Location Example Hospital</a></p></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "https://chanjoke.intellisoftkenya.com/fhir/StructureDefinition/products"^^xsd:anyURI ] ;
fhir:value [ fhir:v "product-code" ]
] ) ; #
fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "https://chanjoke.intellisoftkenya.com/fhir/kenya/task"^^xsd:anyURI ] ;
fhir:value [ fhir:v "123456" ]
] ) ; #
fhir:status [ fhir:v "requested"] ; #
fhir:intent [ fhir:v "order"] ; #
fhir:focus [
fhir:reference [ fhir:v "SupplyRequestProfileExample" ]
] ; #
fhir:authoredOn [ fhir:v "2020-02-02"^^xsd:date] ; #
fhir:location [
fhir:reference [ fhir:v "Location/LocationExample" ]
] . #