FHIR IG analytics| Package | fhir.astp.bhp |
| Resource Type | Encounter |
| Id | Encounter-obs-encounter-example-2.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Encounter obs-encounter-example-2
identifier: urn:oid:2.16.840.1.113883.19.5.1.698.8/20005104252 (use: usual, )
status: Finished
class: ActCode OBSENC: observation encounter
type: Observation bed
subject: James Wolff
period: 2024-02-01 22:02:00-0500 --> 2024-02-02 12:00:00-0500
| Condition |
| Panic Attack |
| Location | PhysicalType | Period |
| Hospital bed - OBSERVATION | Ward | 2024-02-01 16:02:00-0500 --> 2024-02-01 22:00:00-0500 |
{
"resourceType": "Encounter",
"id": "obs-encounter-example-2",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter|6.1.0"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "usual",
"system": "urn:oid:2.16.840.1.113883.19.5.1.698.8",
"value": "20005104252"
}
],
"status": "finished",
"class": {
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "OBSENC",
"display": "observation encounter"
},
"type": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "448951000124107",
"display": "Admission to observation unit (procedure)"
}
],
"text": "Observation bed"
}
],
"subject": {
"reference": "Patient/bh-patient-example",
"display": "James Wolff"
},
"period": {
"start": "2024-02-01T22:02:00-05:00",
"end": "2024-02-02T12:00:00-05:00"
},
"diagnosis": [
{
"condition": {
"reference": "Condition/panic-attack-condition-example-1",
"display": "Panic Attack"
}
}
],
"location": [
{
"location": {
"reference": "Location/obs-location-example-1",
"display": "Hospital bed - OBSERVATION"
},
"physicalType": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
"code": "wa",
"display": "Ward"
}
]
},
"period": {
"start": "2024-02-01T16:02:00-05:00",
"end": "2024-02-01T22:00:00-05:00"
}
}
],
"partOf": {
"reference": "Encounter/discharge-encounter-example-3",
"identifier": {
"use": "usual",
"system": "urn:oid:2.16.840.1.113883.19.5.1.698.8",
"value": "40005104253"
}
}
}