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-exit-case-other - 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:EpisodeOfCare ;
fhir:nodeRole fhir:treeRoot ;
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org.nz/fhir/StructureDefinition/acc-icp-case-exit"^^xsd:anyURI ;
fhir:link <http://hl7.org.nz/fhir/StructureDefinition/acc-icp-case-exit> ] )
] ; #
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: EpisodeOfCare icp-exit-case-other</b></p><a name=\"icp-exit-case-other\"> </a><a name=\"hcicp-exit-case-other\"> </a><a name=\"icp-exit-case-other-und\"> </a><p><b>ACC Provider ID</b>: J99966</p><blockquote><p><b>Exit Reason</b></p><ul><li>reason: other</li><li>other-reason: Reason not listed in the exit reason value set</li><li>additional-acc-support-needed: false</li><li>supporting-details: some info to support other reason</li><li>outcome-summary: up to 5000 characters</li></ul></blockquote><p><b>identifier</b>: <code>https://standards.digital.health.nz/ns/acc-45-number</code>/AB12345 (use: official, )</p><p><b>status</b>: Finished</p><p><b>patient</b>: <a href=\"#hcicp-exit-case-other/patient-internal\">Anonymous Patient (no stated gender), DoB: 2003-03-20</a></p><p><b>managingOrganization</b>: <a href=\"https://simplifier.net/resolve?scope=fhir.org.nz.ig.base@3.0.0&canonical=http://fhir.org.nz/ig/base/Organization/ORG123\">??</a></p><p><b>period</b>: ?? --> 2022-11-17</p><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Patient #patient-internal</b></p><a name=\"icp-exit-case-other/patient-internal\"> </a><a name=\"hcicp-exit-case-other/patient-internal\"> </a><a name=\"icp-exit-case-other/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: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:extension ( [
fhir:url [ fhir:v "http://hl7.org.nz/fhir/StructureDefinition/acc-providerid"^^xsd:anyURI ] ;
fhir:value [ fhir:v "J99966" ]
] [
( fhir:extension [
fhir:url [ fhir:v "reason"^^xsd:anyURI ] ;
fhir:value [ fhir:v "other" ] ] [
fhir:url [ fhir:v "other-reason"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Reason not listed in the exit reason value set" ] ] [
fhir:url [ fhir:v "additional-acc-support-needed"^^xsd:anyURI ] ;
fhir:value [ fhir:v "false"^^xsd:boolean ] ] [
fhir:url [ fhir:v "supporting-details"^^xsd:anyURI ] ;
fhir:value [ fhir:v "some info to support other reason" ] ] [
fhir:url [ fhir:v "outcome-summary"^^xsd:anyURI ] ;
fhir:value [ fhir:v "up to 5000 characters" ] ] ) ;
fhir:url [ fhir:v "http://hl7.org.nz/fhir/StructureDefinition/acc-icp-exit-reason"^^xsd:anyURI ]
] ) ; #
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 "finished"] ; #
fhir:patient [
fhir:reference [ fhir:v "#patient-internal" ]
] ; #
fhir:managingOrganization [
fhir:reference [ fhir:v "Organization/ORG123" ]
] ; #
fhir:period [
fhir:end [ fhir:v "2022-11-17"^^xsd:date ]
] . #