Virtually Healthcare - IHE Patient Care Coordination (PCC) - Local Development build (v0.1.1-current) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Message Definition - Patient Referral - 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:MessageDefinition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "patient-referral"] ; #
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: MessageDefinition patient-referral</b></p><a name=\"patient-referral\"> </a><a name=\"hcpatient-referral\"> </a><p><b>url</b>: <a href=\"MessageDefinition-patient-referral.html\">MessageDefinition Message Definition - Patient Referral</a></p><p><b>version</b>: 0.1.1-current</p><p><b>title</b>: Message Definition - Patient Referral</p><p><b>status</b>: Draft</p><p><b>date</b>: 2024-10-04</p><p><b>publisher</b>: Virtually Healthcare</p><p><b>contact</b>: Virtually Healthcare: <a href=\"https://virtually.healthcare\">https://virtually.healthcare</a></p><p><b>description</b>: </p><div><p>DRAFT conversion of <a href=\"https://hl7-definition.caristix.com/v2/HL7v2.5.1/TriggerEvents/REF_I12\">HL7 v2.5.1 REF_I12 - Patient referral</a></p>\n</div><p><b>jurisdiction</b>: <span title=\"Codes:{urn:iso:std:iso:3166 GB}\">United Kingdom of Great Britain and Northern Ireland</span></p><p><b>event</b>: <a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v2-0003.html#v2-0003-I12\">eventType I12</a>: REF/RRI - Patient referral</p><p><b>category</b>: Notification</p><h3>Focus</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Profile</b></td><td><b>Min</b></td><td><b>Max</b></td></tr><tr><td style=\"display: none\">*</td><td>ServiceRequest</td><td><a href=\"StructureDefinition-ServiceRequest.html\">ServiceRequest</a></td><td>1</td><td>*</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "https://fhir.virtually.healthcare/MessageDefinition/patient-referral"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.1-current"] ; #
fhir:title [ fhir:v "Message Definition - Patient Referral"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:date [ fhir:v "2024-10-04"^^xsd:date] ; #
fhir:publisher [ fhir:v "Virtually Healthcare"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Virtually Healthcare" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://virtually.healthcare" ] ] )
] ) ; #
fhir:description [ fhir:v "DRAFT conversion of [HL7 v2.5.1 REF_I12 - Patient referral](https://hl7-definition.caristix.com/v2/HL7v2.5.1/TriggerEvents/REF_I12)"] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "GB" ] ;
fhir:display [ fhir:v "United Kingdom of Great Britain and Northern Ireland" ] ] )
] ) ; #
fhir:event [
a fhir:Coding ;
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0003"^^xsd:anyURI ] ;
fhir:code [ fhir:v "I12" ]
] ; #
fhir:category [ fhir:v "notification"] ; #
fhir:focus ( [
fhir:code [ fhir:v "ServiceRequest" ] ;
fhir:profile [
fhir:v "https://fhir.virtually.healthcare/StructureDefinition/ServiceRequest"^^xsd:anyURI ;
fhir:link <https://fhir.virtually.healthcare/StructureDefinition/ServiceRequest> ] ;
fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ;
fhir:max [ fhir:v "*" ]
] ) . #