FHIR IG analytics| Package | hl7.fhir.us.mihr |
| Resource Type | Encounter |
| Id | Encounter-encounter-newborn-child-jane-smith-example.json |
| FHIR Version | R4 |
No resources found
No resources found
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
{
"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"
}
}