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

: DiagnosisEncounter - 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://build.fhir.org/ig/tewhatuora/rheumatic-fever/CodeSystem/nz-rheumaticfever-codesystem",
        "code" : "rf-nz",
        "display" : "rheumatic fever"
      }
    ]
  },
  "contained" : [
    {
      "resourceType" : "Location",
      "id" : "PublicHospital",
      "meta" : {
        "profile" : [
          🔗 "http://hl7.org.nz/fhir/StructureDefinition/NzLocation"
        ]
      },
      "identifier" : [
        {
          "use" : "official",
          "system" : "https://standards.digital.health.nz/ns/hpi-facility-id",
          "value" : "FZZ933-E"
        }
      ],
      "name" : "Public Hospital",
      "type" : [
        {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
              "code" : "HOSP"
            }
          ]
        }
      ]
    },
    {
      "resourceType" : "Location",
      "id" : "SageWestbrookHomeAddress",
      "meta" : {
        "profile" : [
          🔗 "http://hl7.org.nz/fhir/StructureDefinition/NzLocation"
        ]
      },
      "identifier" : [
        {
          "use" : "usual",
          "system" : "https://esam.co.nz",
          "value" : "123456"
        }
      ],
      "name" : "Sage's Home",
      "address" : {
        "use" : "home",
        "text" : "19 Bayside Lane, Parua Bay, Whangārei 0174, New Zealand",
        "line" : [
          "19 Bayside Lane",
          "Parua Bay"
        ],
        "city" : "Whangārei",
        "postalCode" : "0174",
        "country" : "NZL",
        "period" : {
          "start" : "2023-08-01"
        }
      },
      "position" : {
        "longitude" : 174.481122,
        "latitude" : -35.773725
      }
    },
    {
      "resourceType" : "Location",
      "id" : "WhangareiGirlsHighSchool",
      "meta" : {
        "profile" : [
          🔗 "http://hl7.org.nz/fhir/StructureDefinition/NzLocation"
        ]
      },
      "identifier" : [
        {
          "use" : "official",
          "system" : "https://standards.digital.health.nz/ns/moe-facility-id",
          "value" : "16"
        }
      ],
      "name" : "Whangārei Girls’ High School",
      "type" : [
        {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
              "code" : "SCHOOL"
            }
          ]
        }
      ]
    }
  ],
  "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)"
        }
      ]
    }
  ],
  "serviceType" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "22232009",
        "display" : "Hospital (environment)"
      }
    ]
  },
  "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" : "2023-03-12T02:00:00Z"
  },
  "location" : [
    {
      "location" : {
        "reference" : "#PublicHospital"
      }
    },
    {
      "location" : {
        "reference" : "#SageWestbrookHomeAddress"
      }
    },
    {
      "location" : {
        "reference" : "#WhangareiGirlsHighSchool"
      }
    }
  ],
  "serviceProvider" : {
    "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"
  }
}