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

FHIR IG analytics

Packagefhir.test.data.r3
Resource TypeEncounter
IdEncounter-1110.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": "1110",
  "status": "finished",
  "class": {
    "system": "http://hl7.org/fhir/encounter-class",
    "code": "other",
    "display": "Other"
  },
  "subject": {
    "reference": "Patient/Patient-6549",
    "display": "Rick Troy Hanson"
  },
  "participant": [
    {
      "period": {
        "start": "2027-12-20T09:36:36-05:00",
        "end": "2027-12-20T09:36:36-05:00"
      },
      "individual": {
        "reference": "Practitioner/Practitioner-2526",
        "display": "James Woodward Wilkins MD"
      }
    }
  ],
  "period": {
    "start": "2027-12-20T09:36:36-05:00",
    "end": "2027-12-20T09:36:36-05:00"
  },
  "location": [
    {
      "location": {
        "reference": "Location/Location-1105",
        "display": "Bayside Medical Group"
      }
    }
  ],
  "serviceProvider": {
    "reference": "Organization/Organization-1105",
    "display": "Bayside Medical Group"
  }
}