New Zealand Rheumatic Fever FHIR Implementation Guide
0.4.9 - draft

New Zealand Rheumatic Fever FHIR Implementation Guide - Local Development build (v0.4.9) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: SecondaryProphylaxisAppointment-September-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://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-00073693-20230905"
    }
  ],
  "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 September 2023",
  "supportingInformation" : [
    {
      "type" : "Organization",
      "identifier" : {
        "use" : "official",
        "system" : "https://standards.digital.health.nz/ns/hpi-organisation-id",
        "value" : "G0M744-C"
      },
      "display" : "Taranaki Rheumatic Fever Secondary Prevention Service"
    }
  ],
  "start" : "2023-09-05T02:00:00Z",
  "end" : "2023-09-05T03:00:00Z",
  "comment" : "This appointment will be carried out in Taranaki by the shared care provider.",
  "participant" : [
    {
      "actor" : {
        "type" : "Patient",
        "identifier" : {
          "use" : "official",
          "system" : "https://standards.digital.health.nz/ns/nhi-id",
          "value" : "ZKC7284"
        },
        "display" : "Sage Westbrook"
      },
      "status" : "accepted"
    }
  ]
}