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

FHIR IG analytics

Packagehl7.fhir.us.registry-protocols
Resource TypeEncounter
IdEncounter-ExampleDischarge.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: Encounter

Resource Encounter "ExampleDischarge"

Profile: US Core Encounter Profile

status: finished

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

type: Telemedicine consultation with patient (SNOMED CT#448337001)

subject: Patient/261989c3-688c-4941-b767-d8d4c871217c " SHAW"

reasonCode: Patient discharge, deceased, medicolegal case (SNOMED CT#1917008)


Source1

{
  "resourceType": "Encounter",
  "id": "ExampleDischarge",
  "meta": {
    "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": "ACUTE"
  },
  "type": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "448337001",
          "display": "Telemedicine consultation with patient"
        }
      ]
    }
  ],
  "subject": {
    "reference": "Patient/261989c3-688c-4941-b767-d8d4c871217c"
  },
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "1917008",
          "display": "Patient discharge, deceased, medicolegal case"
        }
      ]
    }
  ]
}