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

FHIR IG analytics

Packagehl7.fhir.us.nhsn-ade
Resource TypeEncounter
IdEncounter-encounter-inpatient-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

Generated Narrative

Resource "encounter-inpatient-example" Version "1" Updated "2020-12-24T16:04:02.731Z"

Information Source: #0iVdQ7vmh3cAIABY!

Profile: US Core Encounter Profile

status: finished

class: inpatient encounter (Details: http://terminology.hl7.org/CodeSystem/v3-ActCode code IMP = 'inpatient encounter', stated as 'inpatient encounter')

type: Medical consultation on hospital inpatient (SNOMED CT#24882007)

subject: Patient/patient-harry-hypoglycemic-example " HYPOGLYCEMIC"

period: 2021-01-04T17:00:14-05:00 --> (ongoing)


Source1

{
  "resourceType": "Encounter",
  "id": "encounter-inpatient-example",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2020-12-24T16:04:02.731+00:00",
    "source": "#0iVdQ7vmh3cAIABY",
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "finished",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "IMP",
    "display": "inpatient encounter"
  },
  "type": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "24882007",
          "display": "Medical consultation on hospital inpatient"
        }
      ],
      "text": "Medical consultation on hospital inpatient"
    }
  ],
  "subject": {
    "reference": "Patient/patient-harry-hypoglycemic-example"
  },
  "period": {
    "start": "2021-01-04T17:00:14-05:00"
  }
}