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

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

: Rheumatic fever patient care team participant role codes - TTL Representation

Active as of 2024-06-20

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:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "rf-careteam-participant-role-code"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/133932002\">133932002</a></td><td>Caregiver (person)</td></tr><tr><td><a href=\"http://snomed.info/id/58626002\">58626002</a></td><td>Legal guardian (person)</td></tr><tr><td><a href=\"http://snomed.info/id/320731000210100\">320731000210100</a></td><td>Support person</td></tr><tr><td><a href=\"http://snomed.info/id/394738000\">394738000</a></td><td>Other related persons (person)</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "https://fhir-ig-uat.digital.health.nz/shared-care/ValueSet/rf-careteam-participant-role-code"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "RheumaticFeverCareTeamParticipantRoleValueSet"] ; # 
  fhir:title [ fhir:v "Rheumatic fever patient care team participant role codes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-06-20T01:54:07+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Te Whatu Ora"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Te Whatu Ora" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.tewhatuora.govt.nz/" ]     ] )
  ] [
fhir:name [ fhir:v "David Grainger" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "david.grainger@middleware.co.nz" ] ;
fhir:use [ fhir:v "work" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This value set includes codes for the roles participants can perform in a rheumatic fever patient care team"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NZ" ] ;
fhir:display [ fhir:v "New Zealand" ]     ] )
  ] ) ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "133932002" ] ;
fhir:display [ fhir:v "Caregiver (person)" ]       ] [
fhir:code [ fhir:v "58626002" ] ;
fhir:display [ fhir:v "Legal guardian (person)" ]       ] [
fhir:code [ fhir:v "320731000210100" ] ;
fhir:display [ fhir:v "Support person" ]       ] [
fhir:code [ fhir:v "394738000" ] ;
fhir:display [ fhir:v "Other related persons (person)" ]       ] )     ] )
  ] . #