NZ Shared Digital Health Record API
0.6.0 - ballot

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

: ParametersDoNotParticipate - TTL Representation

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:Parameters ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ParametersDoNotParticipate"] ; # 
  fhir:parameter ( [
fhir:name [ fhir:v "patient" ] ;
fhir:value [
a fhir:Reference ;
fhir:link <https://api.hip.digital.health.nz/fhir/nhi/v1/Patient/ZKC7284> ;
fhir:reference [ fhir:v "https://api.hip.digital.health.nz/fhir/nhi/v1/Patient/ZKC7284" ] ;
fhir:type [ fhir:v "Patient"^^xsd:anyURI ] ;
fhir:display [ fhir:v "Susan Westbrook" ]     ]
  ] [
fhir:name [ fhir:v "facilityId" ] ;
fhir:value [
a fhir:Reference ;
fhir:link <https://api.hip.digital.health.nz/fhir/hpi/v1/Location/A1111-A> ;
fhir:reference [ fhir:v "https://api.hip.digital.health.nz/fhir/hpi/v1/Location/A1111-A" ]     ]
  ] [
fhir:name [ fhir:v "globalParticipationIndicator" ] ;
fhir:value [
a fhir:boolean ;
fhir:v false     ]
  ] ) . #