FHIR IG analytics| Package | hl7.fhir.us.nhsn-ade |
| Resource Type | Encounter |
| Id | Encounter-encounter-inpatient-example.json |
| FHIR Version | R4 |
No resources found
No resources found
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)
{
"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"
}
}