New Zealand NHI IG
1.5.4 - Release

New Zealand NHI IG - Local Development build (v1.5.4) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Match - 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 -------------------------------------------------------------------

 a fhir:Parameters ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Match"] ; # 
  fhir:parameter ( [
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org.nz/fhir/StructureDefinition/nz-ethnicity"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
        ( fhir:coding [
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/ethnic-group-level-4-code"^^xsd:anyURI ] ;
fhir:version [ fhir:v "2.0" ] ;
fhir:code [ fhir:v "21111" ] ;
fhir:display [ fhir:v "Māori" ]         ] ) ;
fhir:text [ fhir:v "Māori" ]       ]     ] [
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org.nz/fhir/StructureDefinition/birth-place#country"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
          ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:version [ fhir:v "2013" ] ;
fhir:code [ fhir:v "AU" ] ;
fhir:display [ fhir:v "Australia" ]           ] ) ;
fhir:text [ fhir:v "Australia" ]         ]       ] [
fhir:url [ fhir:v "http://hl7.org.nz/fhir/StructureDefinition/birth-place#placeofbirth"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Sydney" ]       ] ) ;
fhir:url [ fhir:v "http://hl7.org.nz/fhir/StructureDefinition/birth-place"^^xsd:anyURI ]     ] ) ;
fhir:name [ fhir:v "resource" ] ;
    ( fhir:Parameters.parameter.resource [
a fhir:Patient ;
fhir:meta [
fhir:versionId [ fhir:v "123" ]       ] ;
      ( fhir:name [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-preferred"^^xsd:anyURI ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]         ] ) ;
fhir:use [ fhir:v "nickname" ] ;
fhir:text [ fhir:v "TEST-AQURE, ROBERT" ] ;
fhir:family [ fhir:v "TEST-AQURE" ] ;
        ( fhir:given [ fhir:v "ROBERT" ] )       ] ) ;
fhir:gender [ fhir:v "male" ] ;
fhir:birthDate [ fhir:v "1985-06-15"^^xsd:date ] ;
      ( fhir:address [
fhir:use [ fhir:v "home" ] ;
fhir:type [ fhir:v "physical" ] ;
        ( fhir:line [ fhir:v "24 Warren Avenue" ] [ fhir:v "Three Kings" ] ) ;
fhir:district [ fhir:v "Auckland 1042" ]       ] )     ] )
  ] [
fhir:name [ fhir:v "count" ] ;
fhir:value [ fhir:v "10"^^xsd:integer ]
  ] [
fhir:name [ fhir:v "onlyCertainMatches" ] ;
fhir:value [ fhir:v "false"^^xsd:boolean ]
  ] ) . #