OpenMRS Core FHIR Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions
: OpenMRS Task - 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 "e8f8d71a-6c14-4105-b6fe-30f3cf6b7dc9"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://fhir.openmrs.org/core/StructureDefinition/OpenMRS-task"^^xsd:anyURI ;
fhir:link <http://fhir.openmrs.org/core/StructureDefinition/OpenMRS-task> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Task</b><a name=\"e8f8d71a-6c14-4105-b6fe-30f3cf6b7dc9\"> </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 Task "e8f8d71a-6c14-4105-b6fe-30f3cf6b7dc9" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-OpenMRS-task.html\">OpenMRS Task</a></p></div><p><b>basedOn</b>: <a href=\"ServiceRequest-caec0cba-3802-4b70-a6dd-2eb064450763.html\">ServiceRequest/caec0cba-3802-4b70-a6dd-2eb064450763</a></p><p><b>status</b>: completed</p><p><b>intent</b>: order</p><p><b>for</b>: <a href=\"Patient-example-openmrs-Patient.html\">Patient/example-openmrs-Patient</a> " JEANNETTE"</p><p><b>encounter</b>: <a href=\"Encounter-5b829d01-34bb-47d1-b1bb-9303c3a9ebcb.html\">Encounter/5b829d01-34bb-47d1-b1bb-9303c3a9ebcb</a></p><p><b>authoredOn</b>: 2021-02-20</p><p><b>lastModified</b>: 2021-02-21</p><p><b>owner</b>: <a href=\"Organization-e05c3693-4bcf-4e14-8900-86582265c659.html\">Organization/e05c3693-4bcf-4e14-8900-86582265c659: Clinical Laboratory @ Acme Hospital</a> "Clinical Laboratory - Acme Hospital"</p></div>"
] ; #
fhir:basedOn ( [
fhir:reference [ fhir:v "ServiceRequest/caec0cba-3802-4b70-a6dd-2eb064450763" ]
] ) ; #
fhir:status [ fhir:v "completed"] ; #
fhir:intent [ fhir:v "order"] ; #
fhir:for [
fhir:reference [ fhir:v "Patient/example-openmrs-Patient" ]
] ; #
fhir:encounter [
fhir:reference [ fhir:v "Encounter/5b829d01-34bb-47d1-b1bb-9303c3a9ebcb" ]
] ; #
fhir:authoredOn [ fhir:v "2021-02-20"^^xsd:date] ; #
fhir:lastModified [ fhir:v "2021-02-21"^^xsd:date] ; #
fhir:owner [
fhir:reference [ fhir:v "Organization/e05c3693-4bcf-4e14-8900-86582265c659" ] ;
fhir:display [ fhir:v "Clinical Laboratory @ Acme Hospital" ]
] . #