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.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": "cyehrencounter-alexisioannouANDhelenegeorgiou23-08-2015",
  "meta": {
    "profile": [
      "http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-encounter-r4"
    ]
  },
  "status": "finished",
  "class": [
    {
      "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
      "code": "AMB",
      "display": "ambulatory"
    }
  ],
  "subject": {
    "reference": "Patient/cyehrpatient-alexisioannou",
    "type": "Patient",
    "display": "Patient Alexis Ioannou"
  },
  "participant": {
    "individual": {
      "reference": "Practitioner/cyehrpractitioner-dr-helengeorgiou"
    }
  },
  "period": [
    {
      "start": "2015-08-23",
      "end": "2015-08-23"
    }
  ]
}