FHIR IG analytics| Package | hl7.fhir.uv.vulcan-rwd |
| Resource Type | Encounter |
| Id | Encounter-RWDEncounter.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 "RWDEncounter"
Profile: EncounterRwd
status: finished
class: emergency (Details: http://terminology.hl7.org/CodeSystem/v3-ActCode code EMER = 'emergency', stated as 'null')
subject: Patient/RWDPatient " PATIENT"
period: 2022-07-01 --> 2022-07-03
reasonReference: Condition/RWDProblem
| - | DischargeDisposition |
| * | Home (Discharge disposition#home) |
{
"resourceType": "Encounter",
"id": "RWDEncounter",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/vulcan-rwd/StructureDefinition/EncounterRwd"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "finished",
"class": {
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "EMER"
},
"subject": {
"reference": "Patient/RWDPatient"
},
"period": {
"start": "2022-07-01",
"end": "2022-07-03"
},
"reasonReference": [
{
"reference": "Condition/RWDProblem"
}
],
"hospitalization": {
"dischargeDisposition": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/discharge-disposition",
"code": "home"
}
]
}
}
}