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

FHIR IG analytics

Packageehealth4u.package
Resource TypeEncounter
IdEncounter - Maria Iosif - Helen Georgiou - 22-02-2020.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-mariaiosifANDhelenegeorgiou22-02-2020",
  "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/cyehrpatient-mariaiosif",
    "type": "Patient",
    "display": "Patient Maria Iosif"
  },
  "participant": [
    {
      "type": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code": "PPRF",
              "display": "primary performer"
            }
          ]
        }
      ],
      "individual": {
        "reference": "PractitionerRole/cyehrpractitionerrole-dr-helengeorgiou"
      }
    }
  ],
  "period": [
    {
      "start": "2020-02-22",
      "end": "2020-02-22"
    }
  ]
}