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

: validate-response - 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:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "validate-response"] ; # 
  fhir:type [ fhir:v "searchset"] ; # 
  fhir:entry ( [
    ( fhir:resource [
a fhir:Patient ;
fhir:id [ fhir:v "ZJK9604" ] ;
fhir:meta [
fhir:versionId [ fhir:v "-1" ] ;
        ( fhir:profile [
fhir:v "http://hl7.org.nz/fhir/StructureDefinition/NhiPatient"^^xsd:anyURI ;
fhir:link <http://hl7.org.nz/fhir/StructureDefinition/NhiPatient>         ] )       ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_ZJK9604\"> </a><p><b>Generated Narrative: Patient </b><a name=\"ZJK9604\"> </a><a name=\"hcZJK9604\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">ResourcePatient &quot;ZJK9604&quot; Version&quot;-1&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-NhiPatient.html\">NHI Patient</a></p></div><p><b>identifier</b>: NHI/ZJK9604 (use: official)</p></div>"       ] ;
      ( fhir:identifier [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/nhi-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "ZJK9604" ] ;
fhir:assigner [
fhir:reference [ fhir:v "Organization/G00001-G" ]         ]       ] )     ] ) ;
fhir:search [
fhir:score [ fhir:v "97"^^xsd:decimal ]     ]
  ] ) . #