Referral Prescription - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: example01-care02-colon-cleansing-referral-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 "example01-care02-colon-cleansing-referral-task"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://www.ehealth.fgov.be/standards/fhir/referral/StructureDefinition/be-referral-task"^^xsd:anyURI ;
fhir:link <https://www.ehealth.fgov.be/standards/fhir/referral/StructureDefinition/be-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 example01-care02-colon-cleansing-referral-task</b></p><a name=\"example01-care02-colon-cleansing-referral-task\"> </a><a name=\"hcexample01-care02-colon-cleansing-referral-task\"> </a><a name=\"example01-care02-colon-cleansing-referral-task-en-US\"> </a><p><b>status</b>: Draft</p><p><b>intent</b>: order</p><p><b>focus</b>: <a href=\"ServiceRequest-example01-care02-colon-cleansing.html\">ServiceRequest Irrigation of bowel (procedure)</a></p></div>"
] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:intent [ fhir:v "order"] ; #
fhir:focus [
fhir:reference [ fhir:v "ServiceRequest/example01-care02-colon-cleansing" ]
] . #