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

FHIR IG analytics

Packageca.on.oh-olis
Resource TypeEncounter
IdEncounter-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

%Some xhtml content%


Source1

{
  "resourceType": "Encounter",
  "meta": {
    "lastUpdated": "2017-08-30T15:50:36Z"
  },
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "status": "finished",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "IMP",
    "display": "inpatient encounter"
  },
  "subject": {
    "reference": "Patient/pat1"
  },
  "participant": [
    {
      "type": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code": "ADM",
              "display": "admitter"
            }
          ]
        }
      ],
      "individual": {
        "reference": "Practitioner/practitioner-1"
      }
    }
  ],
  "location": [
    {
      "location": {
        "display": "Cardiac Care Unit"
      }
    }
  ]
}