New Zealand NES IG
1.4.0-SNAPSHOT - Release

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

: do-not-populate-id - 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:EpisodeOfCare ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "do-not-populate-id"] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: EpisodeOfCare </b><a name=\"do-not-populate-id\"> </a><a name=\"hcdo-not-populate-id\"> </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\">ResourceEpisodeOfCare &quot;do-not-populate-id&quot; </p></div><p><b>Enrolment_expiry_date</b>: 2026-06-05</p><p><b>Enrolment_owner_org</b>: <a href=\"Organization/GZZ998-G\">Organization/GZZ998-G: Live Org with Dormant</a></p><p><b>status</b>: active</p><p><b>type</b>: First Level Services <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://common-ig.hip.digital.health.nz/site/CodeSystem-nes-enrolment-type-1.0.html\">NES Enrolment Type</a>#FLS)</span></p><p><b>patient</b>: <a name=\"hcZJJ8114\"> </a></p><blockquote><p/><p><a name=\"ZJJ8114\"> </a></p><p><a name=\"hcZJJ8114\"> </a></p><p><b>name</b>: Francesca Mathieu </p><p><b>birthDate</b>: 2000-03-03</p></blockquote><p><b>careManager</b>: <a name=\"hcEnrolmentServiceProvider5\"> </a></p><blockquote><p/><p><a name=\"EnrolmentServiceProvider5\"> </a></p><p><a name=\"hcEnrolmentServiceProvider5\"> </a></p><p><b>practitioner</b>: <a href=\"Practitioner/99ZZZS\">Practitioner/99ZZZS: Mrs TestOne Prefix-Test</a></p><p><b>organization</b>: <a href=\"Organization/GZZ998-G\">Organization/GZZ998-G: Live Org with Dormant</a></p><p><b>location</b>: <a href=\"Location/FZZ968-B\">Location/FZZ968-B: Facility Has All Contact Types TEST</a></p></blockquote><hr/><blockquote><p><b>Generated Narrative: PractitionerRole  #EnrolmentServiceProvider5</b><a name=\"EnrolmentServiceProvider5\"> </a><a name=\"hcEnrolmentServiceProvider5\"> </a></p><p><b>practitioner</b>: <a href=\"Practitioner/99ZZZS\">Practitioner/99ZZZS: Mrs TestOne Prefix-Test</a></p><p><b>organization</b>: <a href=\"Organization/GZZ998-G\">Organization/GZZ998-G: Live Org with Dormant</a></p><p><b>location</b>: <a href=\"Location/FZZ968-B\">Location/FZZ968-B: Facility Has All Contact Types TEST</a></p></blockquote><hr/><blockquote><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Francesca Mathieu </b> (no stated gender), DoB: 2000-03-03</p><hr/></blockquote></div>"
  ] ; # 
  fhir:contained ( [
a fhir:PractitionerRole ;
fhir:id [ fhir:v "EnrolmentServiceProvider5" ] ;
fhir:practitioner [
fhir:reference [ fhir:v "Practitioner/99ZZZS" ] ;
fhir:display [ fhir:v "Mrs TestOne Prefix-Test" ]     ] ;
fhir:organization [
fhir:reference [ fhir:v "Organization/GZZ998-G" ] ;
fhir:display [ fhir:v "Live Org with Dormant" ]     ] ;
    ( fhir:location [
fhir:reference [ fhir:v "Location/FZZ968-B" ] ;
fhir:display [ fhir:v "Facility Has All Contact Types TEST" ]     ] )
  ] [
a fhir:Patient ;
fhir:id [ fhir:v "ZJJ8114" ] ;
fhir:meta [
      ( fhir:profile [
fhir:v "http://hl7.org.nz/fhir/StructureDefinition/NesPatient"^^xsd:anyURI ;
fhir:link <http://hl7.org.nz/fhir/StructureDefinition/NesPatient>       ] )     ] ;
    ( fhir:name [
fhir:family [ fhir:v "Mathieu" ] ;
      ( fhir:given [ fhir:v "Francesca" ] )     ] ) ;
fhir:birthDate [ fhir:v "2000-03-03"^^xsd:date ]
  ] ) ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org.nz/fhir/StructureDefinition/enrolment-expiry-date"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2026-06-05"^^xsd:date ]
  ] [
fhir:url [ fhir:v "http://hl7.org.nz/fhir/StructureDefinition/enrolment-owner-org"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "Organization/GZZ998-G" ] ;
fhir:display [ fhir:v "Live Org with Dormant" ]     ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:type ( [
    ( fhir:coding [
fhir:system [ fhir:v "https://standards.digital.health.nz/nes-enrolment-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "FLS" ]     ] )
  ] ) ; # 
  fhir:patient [
fhir:reference [ fhir:v "#ZJJ8114" ]
  ] ; # 
  fhir:careManager [
fhir:reference [ fhir:v "#EnrolmentServiceProvider5" ]
  ] . #