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

FHIR IG analytics

Packagefhir.test.data.r3
Resource TypeEncounter
IdEncounter-621.json
FHIR Version

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": "621",
  "status": "finished",
  "class": {
    "system": "http://hl7.org/fhir/encounter-class",
    "code": "other",
    "display": "Other"
  },
  "subject": {
    "reference": "Patient/Patient-1126",
    "display": "Cady Grace Paulson"
  },
  "participant": [
    {
      "period": {
        "start": "2022-05-02T09:36:36-04:00",
        "end": "2022-05-02T09:36:36-04:00"
      },
      "individual": {
        "reference": "Practitioner/Practitioner-2522",
        "display": "Lois Jean Kent MD"
      }
    }
  ],
  "period": {
    "start": "2022-05-02T09:36:36-04:00",
    "end": "2022-05-02T09:36:36-04:00"
  },
  "location": [
    {
      "location": {
        "reference": "Location/Location-1101",
        "display": "McKinley Health Center"
      }
    }
  ],
  "serviceProvider": {
    "reference": "Organization/Organization-1101",
    "display": "McKinley Health Center"
  }
}