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-Booked - JSON Representation

Raw json | Download


{
  "resourceType" : "Appointment",
  "meta" : {
    "versionId" : "2",
    "lastUpdated" : "2024-08-07T08:31:00Z",
    "profile" : [
      🔗 "http://hl7.org/fhir/StructureDefinition/Appointment"
    ],
    "tag" : [
      {
        "system" : "https://build.fhir.org/ig/tewhatuora/rheumatic-fever/CodeSystem/nz-rheumaticfever-codesystem",
        "code" : "rf-nz",
        "display" : "rheumatic fever"
      }
    ]
  },
  "identifier" : [
    {
      "use" : "usual",
      "type" : {
        "coding" : [
          {
            "system" : "https://build.fhir.org/ig/tewhatuora/rheumatic-fever/CodeSystem/external-system-identifier-type-codesystem",
            "code" : "salesforce-careplanactivity-id"
          }
        ]
      },
      "system" : "https://developer.salesforce.com/docs",
      "value" : "CPA-00073693-20230808"
    }
  ],
  "status" : "booked",
  "serviceCategory" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "58718002",
          "display" : "Rheumatic fever (disorder)"
        }
      ]
    }
  ],
  "serviceType" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "360271000",
          "display" : "Prophylaxis - procedure intent (qualifier value)"
        }
      ]
    }
  ],
  "description" : "monthly injection August 2023",
  "supportingInformation" : [
    {
      "type" : "Organization",
      "identifier" : {
        "use" : "official",
        "system" : "https://standards.digital.health.nz/ns/hpi-organisation-id",
        "value" : "G0M086-B"
      },
      "display" : "Te Tai Tokerau Rheumatic Fever Secondary Prevention Service"
    }
  ],
  "start" : "2023-08-08T02:00:00Z",
  "end" : "2023-08-08T03:00:00Z",
  "comment" : "The plan for this appointment is...",
  "participant" : [
    {
      "actor" : {
        "type" : "Patient",
        "identifier" : {
          "use" : "official",
          "system" : "https://standards.digital.health.nz/ns/nhi-id",
          "value" : "ZKC7284"
        },
        "display" : "Sage Westbrook"
      },
      "status" : "accepted"
    },
    {
      "actor" : {
        "type" : "Practitioner",
        "identifier" : {
          "use" : "official",
          "system" : "https://standards.digital.health.nz/ns/hpi-practitioner-id",
          "value" : "98ZZQJ"
        },
        "display" : "Isabel Injecta"
      },
      "status" : "accepted"
    }
  ]
}