Health New Zealand Te Whatu Ora Shared Care FHIR API - Local Development build (v0.4.2) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: ObservationFlatExportRequest - 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:parameter ( [
fhir:name [ fhir:v "observationProfile" ] ;
fhir:value [
a fhir:string ;
fhir:v "https://fhir-ig.digital.health.nz/shared-care/StructureDefinition/ManaakiNgaTahiObservation" ]
] [
fhir:name [ fhir:v "subject" ] ;
fhir:value [
a fhir:string ;
fhir:v "ZZZ1234" ]
] [
fhir:name [ fhir:v "period" ] ;
fhir:value [
a fhir:Period ;
fhir:start [ fhir:v "2025-08-01"^^xsd:date ] ;
fhir:end [ fhir:v "2025-08-20"^^xsd:date ] ]
] ) . #