New Zealand ICP Implementation Guide, published by Accident Compensation Corporation. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/acc-fhir-publisher/icp/ and changes regularly. See the Directory of published versions
: icp-patient-referral-to-idt - 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:ServiceRequest ;
fhir:nodeRole fhir:treeRoot ;
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org.nz/fhir/StructureDefinition/acc-icp-bist-patient-referral"^^xsd:anyURI ;
fhir:link <http://hl7.org.nz/fhir/StructureDefinition/acc-icp-bist-patient-referral> ] )
] ; #
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: ServiceRequest icp-patient-referral-to-idt</b></p><a name=\"icp-patient-referral-to-idt\"> </a><a name=\"hcicp-patient-referral-to-idt\"> </a><a name=\"icp-patient-referral-to-idt-und\"> </a><p><b>identifier</b>: <code>https://standards.digital.health.nz/ns/acc-45-number</code>/AB12345 (use: official, )</p><p><b>status</b>: Completed</p><p><b>intent</b>: Order</p><p><b>subject</b>: <a href=\"#hcicp-patient-referral-to-idt/patient-internal\">Anonymous Patient (no stated gender), DoB: 2003-03-20</a></p><p><b>authoredOn</b>: 2023-08-09 15:30:00+0000</p><p><b>requester</b>: <a href=\"#hcicp-patient-referral-to-idt/acc-provider-tbi-requester\">Practitioner: extension = J99966,J99966</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://hl7.org.nz/fhir/CodeSystem/acc-icp-referral-source-type no-referral}\">No referral required</span></p><p><b>supportingInfo</b>: <a href=\"https://simplifier.net/resolve?scope=fhir.org.nz.ig.base@3.0.0&canonical=http://hl7.org.nz/fhir/Questionnaire/acc-bist/bist-internal:1\">??</a></p><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Practitioner #acc-provider-tbi-requester</b></p><a name=\"icp-patient-referral-to-idt/acc-provider-tbi-requester\"> </a><a name=\"hcicp-patient-referral-to-idt/acc-provider-tbi-requester\"> </a><a name=\"icp-patient-referral-to-idt/acc-provider-tbi-requester-und\"> </a><p><b>ACC Vendor ID</b>: J99966</p><p><b>ACC Provider ID</b>: J99966</p></blockquote><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Patient #patient-internal</b></p><a name=\"icp-patient-referral-to-idt/patient-internal\"> </a><a name=\"hcicp-patient-referral-to-idt/patient-internal\"> </a><a name=\"icp-patient-referral-to-idt/patient-internal-und\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Anonymous Patient (no stated gender), DoB: 2003-03-20</p><hr/></blockquote></div>"
] ; #
fhir:contained ( [
a fhir:Practitioner ;
fhir:id [ fhir:v "acc-provider-tbi-requester" ] ;
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org.nz/fhir/StructureDefinition/acc-tbi-provider"^^xsd:anyURI ;
fhir:link <http://hl7.org.nz/fhir/StructureDefinition/acc-tbi-provider> ] ) ] ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org.nz/fhir/StructureDefinition/acc-vendorid"^^xsd:anyURI ] ;
fhir:value [ fhir:v "J99966" ] ] [
fhir:url [ fhir:v "http://hl7.org.nz/fhir/StructureDefinition/acc-providerid"^^xsd:anyURI ] ;
fhir:value [ fhir:v "J99966" ] ] )
] [
a fhir:Patient ;
fhir:id [ fhir:v "patient-internal" ] ;
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org.nz/fhir/StructureDefinition/acc-icp-patient"^^xsd:anyURI ;
fhir:link <http://hl7.org.nz/fhir/StructureDefinition/acc-icp-patient> ] ) ] ;
fhir:birthDate [ fhir:v "2003-03-20"^^xsd:date ]
] ) ; #
fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/acc-45-number"^^xsd:anyURI ] ;
fhir:value [ fhir:v "AB12345" ]
] ) ; #
fhir:status [ fhir:v "completed"] ; #
fhir:intent [ fhir:v "order"] ; #
fhir:subject [
fhir:reference [ fhir:v "#patient-internal" ]
] ; #
fhir:authoredOn [ fhir:v "2023-08-09T15:30:00Z"^^xsd:dateTime] ; #
fhir:requester [
fhir:reference [ fhir:v "#acc-provider-tbi-requester" ]
] ; #
fhir:reasonCode ( [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org.nz/fhir/CodeSystem/acc-icp-referral-source-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "no-referral" ] ] )
] ) ; #
fhir:supportingInfo ( [
fhir:link <http://hl7.org.nz/fhir/Questionnaire/acc-bist/bist-internal:1> ;
fhir:reference [ fhir:v "http://hl7.org.nz/fhir/Questionnaire/acc-bist/bist-internal:1" ]
] ) . #