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

: Online GP Participant Type - TTL Representation

Active as of 2026-02-24

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:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "onlinegp-participant-type"] ; # 
  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: ValueSet onlinegp-participant-type</b></p><a name=\"onlinegp-participant-type\"> </a><a name=\"hconlinegp-participant-type\"> </a><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/62247001\">62247001</a></td><td>Family medicine specialist</td></tr><tr><td><a href=\"http://snomed.info/id/224535009\">224535009</a></td><td>Registered nurse</td></tr><tr><td><a href=\"http://snomed.info/id/309294001\">309294001</a></td><td>Emergency department physician</td></tr><tr><td><a href=\"http://snomed.info/id/397897005\">397897005</a></td><td>Paramedic</td></tr><tr><td><a href=\"http://snomed.info/id/224571005\">224571005</a></td><td>Nurse practitioner</td></tr><tr><td><a href=\"http://snomed.info/id/224570006\">224570006</a></td><td>Clinical nurse specialist</td></tr></table></li></ul></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://fhir-ig.digital.health.nz/shared-care/ValueSet/onlinegp-participant-type"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.2"] ; # 
  fhir:name [ fhir:v "OnlineGPParticipantType"] ; # 
  fhir:title [ fhir:v "Online GP Participant Type"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-02-24T04:18:10+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Te Whatu Ora"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Te Whatu Ora" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.tewhatuora.govt.nz/" ]     ] )
  ] [
fhir:name [ fhir:v "Te Whatu Ora Integration Team" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "integration@tewhatuora.govt.nz" ] ;
fhir:use [ fhir:v "work" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Allowed participant types for Online GP encounters in New Zealand"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NZ" ] ;
fhir:display [ fhir:v "New Zealand" ]     ] )
  ] ) ; # 
  fhir:purpose [ fhir:v "Defines the allowed participant types for Online GP encounter reporting"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "62247001" ] ;
fhir:display [ fhir:v "Family medicine specialist" ]       ] [
fhir:code [ fhir:v "224535009" ] ;
fhir:display [ fhir:v "Registered nurse" ]       ] [
fhir:code [ fhir:v "309294001" ] ;
fhir:display [ fhir:v "Emergency department physician" ]       ] [
fhir:code [ fhir:v "397897005" ] ;
fhir:display [ fhir:v "Paramedic" ]       ] [
fhir:code [ fhir:v "224571005" ] ;
fhir:display [ fhir:v "Nurse practitioner" ]       ] [
fhir:code [ fhir:v "224570006" ] ;
fhir:display [ fhir:v "Clinical nurse specialist" ]       ] )     ] )
  ] . #