New Zealand Rheumatic Fever FHIR Implementation Guide
0.4.9 - draft

New Zealand Rheumatic Fever FHIR Implementation Guide, published by Te Whatu Ora. This guide is not an authorized publication; it is the continuous build for version 0.4.9 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/tewhatuora/fhir-rheumatic-fever/ and changes regularly. See the Directory of published versions

: FollowUp-Dental-August-Booked - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Appointment ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:meta [
fhir:versionId [ fhir:v "2" ] ;
fhir:lastUpdated [ fhir:v "2024-08-07T08:31:00Z"^^xsd:dateTime ] ;
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/StructureDefinition/Appointment"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/StructureDefinition/Appointment>     ] ) ;
    ( fhir:tag [
fhir:system [ fhir:v "https://fhir-ig.digital.health.nz/rheumatic-fever/CodeSystem/nz-rheumaticfever-codesystem"^^xsd:anyURI ] ;
fhir:code [ fhir:v "rf-nz" ] ;
fhir:display [ fhir:v "rheumatic fever" ]     ] )
  ] ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "usual" ] ;
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "https://fhir-ig.digital.health.nz/rheumatic-fever/CodeSystem/nz-rheumaticfever-codesystem"^^xsd:anyURI ] ;
fhir:code [ fhir:v "rfccs-careplanactivity-id" ]       ] )     ] ;
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/rf-ccs-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "CPA-00073694-20231117" ]
  ] ) ; # 
  fhir:status [ fhir:v "booked"] ; # 
  fhir:serviceCategory ( [
    ( fhir:coding [
a sct:58718002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "58718002" ] ;
fhir:display [ fhir:v "Rheumatic fever (disorder)" ]     ] )
  ] ) ; # 
  fhir:serviceType ( [
    ( fhir:coding [
a sct:772071006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "772071006" ] ;
fhir:display [ fhir:v "Referral to dentist (procedure)" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "dentist follow up August 2023"] ; # 
  fhir:supportingInformation ( [
fhir:type [ fhir:v "Organization"^^xsd:anyURI ] ;
fhir:identifier [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/hpi-organisation-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "GZZ851-K" ]     ] ;
fhir:display [ fhir:v "Extractive Dental Revenue Limited" ]
  ] ) ; # 
  fhir:start [ fhir:v "2023-08-15T02:00:00Z"^^xsd:dateTime] ; # 
  fhir:end [ fhir:v "2023-08-15T03:00:00Z"^^xsd:dateTime] ; # 
  fhir:comment [ fhir:v "Specialist consult for Sage's rheumatic fever condition."] ; # 
  fhir:participant ( [
fhir:actor [
fhir:type [ fhir:v "Patient"^^xsd:anyURI ] ;
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 "ZKC7284" ]       ] ;
fhir:display [ fhir:v "Sage Westbrook" ]     ] ;
fhir:status [ fhir:v "accepted" ]
  ] ) . #