Magentus Practice Management FHIR Implementation Guide - Local Development build (v1.2.35) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: ReferralTaskExample - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "9e725c0d-74d0-4bbc-b6dc-b8d546215459"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://fhir.geniesolutions.io/StructureDefinition/gs-referral-task"^^xsd:anyURI ;
fhir:link <http://fhir.geniesolutions.io/StructureDefinition/gs-referral-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 9e725c0d-74d0-4bbc-b6dc-b8d546215459</b></p><a name=\"9e725c0d-74d0-4bbc-b6dc-b8d546215459\"> </a><a name=\"hc9e725c0d-74d0-4bbc-b6dc-b8d546215459\"> </a><a name=\"9e725c0d-74d0-4bbc-b6dc-b8d546215459-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\">Profile: <a href=\"StructureDefinition-gs-referral-task.html\">Referral Fulfilment Task</a></p></div><p><b>status</b>: Requested</p><p><b>intent</b>: order</p><p><b>priority</b>: Routine</p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/CodeSystem/task-code fulfill}\">Fulfill the focal request</span></p><p><b>focus</b>: <a href=\"ServiceRequest-1a5598e5-65c1-46d0-b85b-df23859e9932.html\">ServiceRequest Patient referral</a></p><p><b>for</b>: <a href=\"Patient-ReferralPatient.html\">John Smith (official) Male, DoB: 1967-01-20 ( IHI: Austalian Healthcare Identifier - Individual#8003608833357361)</a></p><p><b>authoredOn</b>: 2022-04-19</p><p><b>requester</b>: <a href=\"PractitionerRole-ReferralRequester.html\">PractitionerRole: identifier = Medicare Provider Number: 2426621B</a></p><p><b>owner</b>: <a href=\"PractitionerRole-ReferralPerformerIndividual.html\">PractitionerRole: identifier = Medicare Provider Number: 267178LA</a></p></div>"^^rdf:XMLLiteral
] ; #
fhir:status [ fhir:v "requested"] ; #
fhir:intent [ fhir:v "order"] ; #
fhir:priority [ fhir:v "routine"] ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/CodeSystem/task-code"^^xsd:anyURI ] ;
fhir:code [ fhir:v "fulfill" ] ] )
] ; #
fhir:focus [
fhir:reference [ fhir:v "ServiceRequest/1a5598e5-65c1-46d0-b85b-df23859e9932" ]
] ; #
fhir:for [
fhir:reference [ fhir:v "Patient/ReferralPatient" ]
] ; #
fhir:authoredOn [ fhir:v "2022-04-19"^^xsd:date] ; #
fhir:requester [
fhir:reference [ fhir:v "PractitionerRole/ReferralRequester" ]
] ; #
fhir:owner [
fhir:reference [ fhir:v "PractitionerRole/ReferralPerformerIndividual" ]
] . #