NZ Shared Digital Health Record API
1.0.2 - release

NZ Shared Digital Health Record API - Local Development build (v1.0.2) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: ParametersHNZParticipateLinkedGroupOptIn - 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/Parameters/ParametersHNZParticipateLinkedGroupOptIn> a fhir:Parameters ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ParametersHNZParticipateLinkedGroupOptIn"] ;
  fhir:Parameters.parameter [
     fhir:index 0 ;
     fhir:Parameters.parameter.name [ fhir:value "patient" ] ;
     fhir:Parameters.parameter.valueReference [
       fhir:link <https://api.hip.digital.health.nz/fhir/nhi/v1/Patient/ZKC7284> ;
       fhir:Reference.reference [ fhir:value "https://api.hip.digital.health.nz/fhir/nhi/v1/Patient/ZKC7284" ] ;
       fhir:Reference.type [ fhir:value "Patient" ] ;
       fhir:Reference.display [ fhir:value "Susan Westbrook" ]
     ]
  ], [
     fhir:index 1 ;
     fhir:Parameters.parameter.name [ fhir:value "patient" ] ;
     fhir:Parameters.parameter.valueReference [
       fhir:link <https://api.hip.digital.health.nz/fhir/nhi/v1/Patient/ZKC9999> ;
       fhir:Reference.reference [ fhir:value "https://api.hip.digital.health.nz/fhir/nhi/v1/Patient/ZKC9999" ] ;
       fhir:Reference.type [ fhir:value "Patient" ] ;
       fhir:Reference.display [ fhir:value "Linked patient" ]
     ]
  ], [
     fhir:index 2 ;
     fhir:Parameters.parameter.name [ fhir:value "facilityId" ] ;
     fhir:Parameters.parameter.valueReference [
       fhir:link <https://api.hip.digital.health.nz/fhir/hpi/v1/Location/FZZ999-B> ;
       fhir:Reference.reference [ fhir:value "https://api.hip.digital.health.nz/fhir/hpi/v1/Location/FZZ999-B" ]
     ]
  ], [
     fhir:index 3 ;
     fhir:Parameters.parameter.name [ fhir:value "pmsIdentifier" ] ;
     fhir:Parameters.parameter.valueString [ fhir:value "Medtech" ]
  ], [
     fhir:index 4 ;
     fhir:Parameters.parameter.name [ fhir:value "hnzParticipationIndicator" ] ;
     fhir:Parameters.parameter.valueBoolean [ fhir:value "true"^^xsd:boolean ]
  ] .

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

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