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

FHIR IG analytics

Packagetewhatuora.rheumaticfever
Resource TypeEncounter
IdEncounter-SecondaryProphylaxisEncounter.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": "Encounter",
  "id": "SecondaryProphylaxisEncounter",
  "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": "RedDiamondWhangarei",
      "meta": {
        "profile": [
          "http://hl7.org.nz/fhir/StructureDefinition/NzLocation"
        ]
      },
      "identifier": [
        {
          "use": "official",
          "system": "https://standards.digital.health.nz/ns/hpi-facility-id",
          "value": "FZZ860-D"
        }
      ],
      "name": "Red Diamond Generic Medical Centre- Whangarei",
      "type": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
              "code": "PC"
            }
          ]
        }
      ]
    }
  ],
  "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": "360271000",
        "display": "Prophylaxis - procedure intent (qualifier value)"
      }
    ]
  },
  "subject": {
    "type": "Patient",
    "identifier": {
      "use": "official",
      "system": "https://standards.digital.health.nz/ns/nhi-id",
      "value": "ZKC7284"
    },
    "display": "Sage Westbrook"
  },
  "participant": [
    {
      "individual": {
        "type": "Practitioner",
        "identifier": {
          "use": "official",
          "system": "https://standards.digital.health.nz/ns/hpi-practitioner-id",
          "value": "98ZZQJ"
        },
        "display": "Isabel Injecta"
      }
    },
    {
      "individual": {
        "type": "Patient",
        "identifier": {
          "use": "official",
          "system": "https://standards.digital.health.nz/ns/nhi-id",
          "value": "ZKC7284"
        },
        "display": "Sage Westbrook"
      }
    }
  ],
  "appointment": [
    {
      "reference": "Appointment/SecondaryProphylaxisAppointment-August-Fulfilled"
    }
  ],
  "period": {
    "start": "2023-08-08T02:10:00Z",
    "end": "2023-08-08T03:15:00Z"
  },
  "location": [
    {
      "location": {
        "reference": "#RedDiamondWhangarei"
      }
    }
  ],
  "serviceProvider": {
    "type": "Organization",
    "identifier": {
      "use": "official",
      "system": "https://standards.digital.health.nz/ns/hpi-organisation-id",
      "value": "GZZ866-A"
    },
    "display": "Red Diamond Medical Limited"
  }
}