FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagetewhatuora.rheumaticfever
Resource TypeAppointment
IdAppointment-SecondaryProphylaxisAppointment-September-Booked.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Appointment",
  "id": "SecondaryProphylaxisAppointment-September-Booked",
  "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"
    }
  ]
}