New Zealand rheumatic fever FHIR Implementation Guide
0.4.6 - 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.6 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/tewhatuora/rheumatic-fever/ and changes regularly. See the Directory of published versions

: SecondaryProphylaxisAppointment-August-Fulfilled - 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://build.fhir.org/ig/tewhatuora/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://build.fhir.org/ig/tewhatuora/rheumatic-fever/CodeSystem/external-system-identifier-type-codesystem"^^xsd:anyURI ] ;
fhir:code [ fhir:v "salesforce-careplanactivity-id" ]       ] )     ] ;
fhir:system [ fhir:v "https://developer.salesforce.com/docs"^^xsd:anyURI ] ;
fhir:value [ fhir:v "CPA-00073693-20230808" ]
  ] ) ; # 
  fhir:status [ fhir:v "fulfilled"] ; # 
  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:360271000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "360271000" ] ;
fhir:display [ fhir:v "Prophylaxis - procedure intent (qualifier value)" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "monthly injection 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 "G0M086-B" ]     ] ;
fhir:display [ fhir:v "Te Tai Tokerau Rheumatic Fever Secondary Prevention Service" ]
  ] [
fhir:reference [ fhir:v "Encounter/SecondaryProphylaxisEncounter" ]
  ] ) ; # 
  fhir:start [ fhir:v "2023-08-08T02:00:00Z"^^xsd:dateTime] ; # 
  fhir:end [ fhir:v "2023-08-08T03:00:00Z"^^xsd:dateTime] ; # 
  fhir:comment [ fhir:v "The plan for this appointment is..."] ; # 
  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" ]
  ] [
fhir:actor [
fhir:type [ fhir:v "Practitioner"^^xsd:anyURI ] ;
fhir:identifier [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/hpi-practitioner-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "98ZZQJ" ]       ] ;
fhir:display [ fhir:v "Isabel Injecta" ]     ] ;
fhir:status [ fhir:v "accepted" ]
  ] ) . #