FHIR IG analytics| Package | hl7.fhir.us.davinci-deqm.r4 |
| Resource Type | Encounter |
| Id | Encounter-encounter02.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Encounter encounter02
Information Source: http://example.org/fhir/server
Profile: QICore Encounter
status: Finished
class: ActCode IMP: inpatient encounter
type: Fixation of fracture
subject: Darien Bernard (official) Male, DoB: 1967-06-13 ( Medical record number: 23456 (use: usual, ))
period: 2018-05-29 11:00:00-0400 --> 2018-05-29 11:00:00-0400
| DischargeDisposition |
| Home |
{
"resourceType": "Encounter",
"id": "encounter02",
"meta": {
"source": "http://example.org/fhir/server",
"profile": [
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-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": "239279000",
"display": "Fixation of fracture"
}
]
}
],
"subject": {
"reference": "Patient/patient02"
},
"period": {
"start": "2018-05-29T11:00:00-04:00",
"end": "2018-05-29T11:00:00-04:00"
},
"hospitalization": {
"dischargeDisposition": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/discharge-disposition",
"code": "home",
"display": "Home"
}
]
}
}
}