New Zealand Rheumatic Fever FHIR Implementation Guide
1.0.0 - 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 1.0.0 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
{
"resourceType" : "Appointment",
"meta" : {
"versionId" : "2",
"lastUpdated" : "2024-08-07T08:31:00Z",
"profile" : [
🔗 "http://hl7.org/fhir/StructureDefinition/Appointment"
],
"tag" : [
{
"system" : "https://fhir-ig.digital.health.nz/rheumatic-fever/CodeSystem/nz-rheumaticfever-codesystem",
"code" : "rf-nz",
"display" : "rheumatic fever"
}
]
},
"identifier" : [
{
"use" : "usual",
"type" : {
"coding" : [
{
"system" : "https://fhir-ig.digital.health.nz/rheumatic-fever/CodeSystem/nz-rheumaticfever-codesystem",
"code" : "rfccs-careplanactivity-id"
}
]
},
"system" : "https://standards.digital.health.nz/ns/rf-ccs-id",
"value" : "CPA-00073694-20231117"
}
],
"status" : "fulfilled",
"serviceCategory" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "58718002",
"display" : "Rheumatic fever (disorder)"
}
]
}
],
"serviceType" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "772071006",
"display" : "Referral to dentist (procedure)"
}
]
}
],
"description" : "dentist follow up August 2023",
"supportingInformation" : [
{
"type" : "Organization",
"identifier" : {
"use" : "official",
"system" : "https://standards.digital.health.nz/ns/hpi-organisation-id",
"value" : "GZZ851-K"
},
"display" : "Extractive Dental Revenue Limited"
},
{
🔗 "reference" : "Encounter/DentalFollowUpEncounter"
}
],
"start" : "2023-08-15T02:00:00Z",
"end" : "2023-08-15T03:00:00Z",
"comment" : "Specialist consult for Sage's rheumatic fever condition.",
"participant" : [
{
"actor" : {
"type" : "Patient",
"identifier" : {
"use" : "official",
"system" : "https://standards.digital.health.nz/ns/nhi-id",
"value" : "ZKC7284"
},
"display" : "Sage Westbrook"
},
"status" : "accepted"
}
]
}