Health New Zealand Te Whatu Ora Shared Care FHIR API
0.4.5 - release New Zealand flag

Health New Zealand Te Whatu Ora Shared Care FHIR API - Local Development build (v0.4.5) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

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

<http://hl7.org/fhir/CareTeam/RPMCareTeamExample> a fhir:CareTeam ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "RPMCareTeamExample"] ;
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "1" ] ;
     fhir:Meta.lastUpdated [ fhir:value "2025-08-18T21:59:43.655Z"^^xsd:dateTime ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CareTeam RPMCareTeamExample</b></p><a name=\"RPMCareTeamExample\"> </a><a name=\"hcRPMCareTeamExample\"> </a><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\">version: 1; Last updated: 2025-08-18 21:59:43+0000</p></div><p><b>identifier</b>: <a href=\"http://fhir.org.nz/ig/base/NamingSystem-hpiFacility.html\" title=\"HPI facilities\">HPIFacility</a>/F2C054-D (use: secondary, )</p><p><b>status</b>: Active</p><p><b>name</b>: Remote Monitoring Example CareTeam</p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Member</b></td></tr><tr><td style=\"display: none\">*</td><td>Test Doctor (Identifier: <a href=\"http://fhir.org.nz/ig/base/NamingSystem-hpiProvider.html\" title=\"HPI providers\">HPIProvider</a>/ZZZ6789 (use: official, ))</td></tr></table><p><b>managingOrganization</b>: Well Health Trust PHO (Identifier: <a href=\"http://fhir.org.nz/ig/base/NamingSystem-hpiOrganization.html\" title=\"HPI organizations\">HPIOrganization</a>/G01008-D (use: official, ))</p></div>"
  ] ;
  fhir:CareTeam.identifier [
     fhir:index 0 ;
     fhir:Identifier.use [ fhir:value "secondary" ] ;
     fhir:Identifier.system [ fhir:value "https://standards.digital.health.nz/ns/hpi-facility-id" ] ;
     fhir:Identifier.value [ fhir:value "F2C054-D" ]
  ] ;
  fhir:CareTeam.status [ fhir:value "active"] ;
  fhir:CareTeam.name [ fhir:value "Remote Monitoring Example CareTeam"] ;
  fhir:CareTeam.participant [
     fhir:index 0 ;
     fhir:CareTeam.participant.member [
       fhir:Reference.type [ fhir:value "Practitioner" ] ;
       fhir:Reference.identifier [
         fhir:Identifier.use [ fhir:value "official" ] ;
         fhir:Identifier.system [ fhir:value "https://standards.digital.health.nz/ns/hpi-person-id" ] ;
         fhir:Identifier.value [ fhir:value "ZZZ6789" ]
       ] ;
       fhir:Reference.display [ fhir:value "Test Doctor" ]
     ]
  ] ;
  fhir:CareTeam.managingOrganization [
     fhir:index 0 ;
     fhir:Reference.type [ fhir:value "Organization" ] ;
     fhir:Reference.identifier [
       fhir:Identifier.use [ fhir:value "official" ] ;
       fhir:Identifier.system [ fhir:value "https://standards.digital.health.nz/ns/hpi-organisation-id" ] ;
       fhir:Identifier.value [ fhir:value "G01008-D" ]
     ] ;
     fhir:Reference.display [ fhir:value "Well Health Trust PHO" ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/CareTeam/RPMCareTeamExample.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/CareTeam/RPMCareTeamExample.ttl> .