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

FHIR IG analytics

Packageehealth4u.package
Resource TypeEncounter
IdEncounter - Alexis Ioannou - Helen Georgiou - IPS.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",
  "meta": {
    "profile": [
      "http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-encounter-r4"
    ]
  },
  "status": "finished",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "SS",
    "display": "short stay"
  },
  "subject": {
    "reference": "Patient/194315",
    "type": "Patient",
    "display": "Patient Alexis Ioannou"
  },
  "participant": [
    {
      "individual": {
        "reference": "PractitionerRole/194313"
      }
    }
  ],
  "period": {
    "start": "2015-08-23",
    "end": "2015-08-23"
  }
}