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

FHIR IG analytics

Packagehl7.fhir.us.mihr.r4b
Resource TypeEncounter
IdEncounter-encounter-newborn-child-jane-smith-example.json
FHIR VersionR4B

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 "encounter-newborn-child-jane-smith-example" Version "2" Updated "2022-09-26 15:28:57+0000"

Information Source: #G4JTNmXkpqm97XJ6!

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: Encounter for problem (SNOMED CT#185347001)

subject: Patient/patient-child-john-smith-example " SMITH"

period: 2021-09-26 15:00:14-0500 --> 2021-09-27 18:00:14-0500

partOf: Encounter/encounter-delivery-jane-smith-example


Source1

{
  "resourceType": "Encounter",
  "id": "encounter-newborn-child-jane-smith-example",
  "meta": {
    "versionId": "2",
    "lastUpdated": "2022-09-26T15:28:57.003+00:00",
    "source": "#G4JTNmXkpqm97XJ6",
    "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": "185347001"
        }
      ],
      "text": "Encounter for problem"
    }
  ],
  "subject": {
    "reference": "Patient/patient-child-john-smith-example"
  },
  "period": {
    "start": "2021-09-26T15:00:14-05:00",
    "end": "2021-09-27T18:00:14-05:00"
  },
  "partOf": {
    "reference": "Encounter/encounter-delivery-jane-smith-example"
  }
}