New Zealand Rheumatic Fever FHIR Implementation Guide
0.4.9 - 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.9 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

: VirtualEncounter - JSON Representation

Raw json | Download


{
  "resourceType" : "Encounter",
  "meta" : {
    "versionId" : "2",
    "lastUpdated" : "2024-08-07T08:31:00Z",
    "profile" : [
      🔗 "http://hl7.org/fhir/StructureDefinition/Encounter"
    ],
    "tag" : [
      {
        "system" : "https://fhir-ig.digital.health.nz/rheumatic-fever/CodeSystem/nz-rheumaticfever-codesystem",
        "code" : "rf-nz",
        "display" : "rheumatic fever"
      }
    ]
  },
  "contained" : [
    {
      "resourceType" : "Location",
      "id" : "OnlineLocation",
      "meta" : {
        "profile" : [
          🔗 "http://hl7.org.nz/fhir/StructureDefinition/NzLocation"
        ]
      },
      "name" : "zoom meeting",
      "type" : [
        {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
              "code" : "VR",
              "display" : "virtual"
            }
          ]
        }
      ]
    }
  ],
  "status" : "finished",
  "class" : {
    "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code" : "AMB",
    "display" : "ambulatory"
  },
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "58718002",
          "display" : "Rheumatic fever (disorder)"
        }
      ]
    }
  ],
  "subject" : {
    "type" : "Patient",
    "identifier" : {
      "use" : "official",
      "system" : "https://standards.digital.health.nz/ns/nhi-id",
      "value" : "ZKC7284"
    },
    "display" : "Sage Westbrook"
  },
  "participant" : [
    {
      "individual" : {
        "type" : "Patient",
        "identifier" : {
          "use" : "official",
          "system" : "https://standards.digital.health.nz/ns/nhi-id",
          "value" : "ZKC7284"
        },
        "display" : "Sage Westbrook"
      }
    }
  ],
  "period" : {
    "start" : "2024-08-01T02:10:00Z",
    "end" : "2024-08-01T03:15:00Z"
  },
  "location" : [
    {
      "location" : {
        "reference" : "#OnlineLocation"
      }
    }
  ]
}