Health New Zealand Te Whatu Ora Shared Care FHIR API
0.4.5 - release New Zealand flag

Health New Zealand Te Whatu Ora Shared Care FHIR API - Local Development build (v0.4.5) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Outpatient Communication Task Example - 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 -------------------------------------------------------------------

<http://hl7.org/fhir/Task/OutpatientCommunicationTaskExample> a fhir:Task ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "OutpatientCommunicationTaskExample"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://fhir-ig.digital.health.nz/shared-care/StructureDefinition/OutpatientCommunicationTask" ;
       fhir:index 0 ;
       fhir:link <https://fhir-ig.digital.health.nz/shared-care/StructureDefinition/OutpatientCommunicationTask>
     ] ;
     fhir:Meta.tag [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://hub.services.digital.health.nz/ns/correlation-id" ] ;
       fhir:Coding.code [ fhir:value "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" ]
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Task OutpatientCommunicationTaskExample</b></p><a name=\"OutpatientCommunicationTaskExample\"> </a><a name=\"hcOutpatientCommunicationTaskExample\"> </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-OutpatientCommunicationTask.html\">Outpatient Communication Task</a></p><p style=\"margin-bottom: 0px\">Tag: </p></div><p><b>basedOn</b>: <a href=\"CarePlan-OutpatientCommunicationCarePlanExample.html\">CarePlan: status = active; intent = plan; category = Fracture Clinic</a></p><p><b>status</b>: Requested</p><p><b>intent</b>: order</p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/sdc/CodeSystem/temp complete-questionnaire}\">Complete Questionnaire</span></p><p><b>description</b>: Complete this questionnaire before your appointment.</p><p><b>for</b>: John Smith (Identifier: <a href=\"http://fhir.org.nz/ig/base/NamingSystem-nhi.html\" title=\"NHI number\">NHI</a>/ZAC7823 (use: official, ))</p><p><b>authoredOn</b>: 2024-01-15 10:00:00+0000</p><p><b>requester</b>: Dr. Sarah Wilson (Identifier: <code>https://standards.digital.health.nz/ns/hpi-practitioner-id</code>/99ZZFX (use: official, ))</p><p><b>owner</b>: Dr. Sarah Wilson (Identifier: <code>https://standards.digital.health.nz/ns/hpi-practitioner-id</code>/99ZZFX (use: official, ))</p><h3>Inputs</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://hl7.org/fhir/uv/sdc/CodeSystem/temp questionnaire}\">Questionnaire</span></td><td><a href=\"Questionnaire-DHOSleepQuestionnaire.html\">Sleep Service Questionnaire</a></td></tr></table></div>"
  ] ;
  fhir:Task.basedOn [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/CarePlan/OutpatientCommunicationCarePlanExample> ;
     fhir:Reference.reference [ fhir:value "CarePlan/OutpatientCommunicationCarePlanExample" ]
  ] ;
  fhir:Task.status [ fhir:value "requested"] ;
  fhir:Task.intent [ fhir:value "order"] ;
  fhir:Task.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://hl7.org/fhir/uv/sdc/CodeSystem/temp" ] ;
       fhir:Coding.code [ fhir:value "complete-questionnaire" ]
     ]
  ] ;
  fhir:Task.description [ fhir:value "Complete this questionnaire before your appointment."] ;
  fhir:Task.for [
     fhir:Reference.type [ fhir:value "Patient" ] ;
     fhir:Reference.identifier [
       fhir:Identifier.use [ fhir:value "official" ] ;
       fhir:Identifier.system [ fhir:value "https://standards.digital.health.nz/ns/nhi-id" ] ;
       fhir:Identifier.value [ fhir:value "ZAC7823" ]
     ] ;
     fhir:Reference.display [ fhir:value "John Smith" ]
  ] ;
  fhir:Task.authoredOn [ fhir:value "2024-01-15T10:00:00Z"^^xsd:dateTime] ;
  fhir:Task.requester [
     fhir:Reference.type [ fhir:value "Practitioner" ] ;
     fhir:Reference.identifier [
       fhir:Identifier.use [ fhir:value "official" ] ;
       fhir:Identifier.system [ fhir:value "https://standards.digital.health.nz/ns/hpi-practitioner-id" ] ;
       fhir:Identifier.value [ fhir:value "99ZZFX" ]
     ] ;
     fhir:Reference.display [ fhir:value "Dr. Sarah Wilson" ]
  ] ;
  fhir:Task.owner [
     fhir:Reference.type [ fhir:value "Practitioner" ] ;
     fhir:Reference.identifier [
       fhir:Identifier.use [ fhir:value "official" ] ;
       fhir:Identifier.system [ fhir:value "https://standards.digital.health.nz/ns/hpi-practitioner-id" ] ;
       fhir:Identifier.value [ fhir:value "99ZZFX" ]
     ] ;
     fhir:Reference.display [ fhir:value "Dr. Sarah Wilson" ]
  ] ;
  fhir:Task.input [
     fhir:index 0 ;
     fhir:Task.input.type [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://hl7.org/fhir/uv/sdc/CodeSystem/temp" ] ;
         fhir:Coding.code [ fhir:value "questionnaire" ]
       ]
     ] ;
     fhir:Task.input.valueCanonical [
       fhir:value "https://build.fhir.org/ig/tewhatuora/cinc-fhir-ig/Questionnaire/DHOSleepQuestionnaire" ;
       fhir:link <https://build.fhir.org/ig/tewhatuora/cinc-fhir-ig/Questionnaire/DHOSleepQuestionnaire>
     ]
  ] .

<http://hl7.org/fhir/CarePlan/OutpatientCommunicationCarePlanExample> a fhir:CarePlan .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Task/OutpatientCommunicationTaskExample.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Task/OutpatientCommunicationTaskExample.ttl> .