FHIR IG analytics| Package | hl7.fhir.uv.cpg.r4b |
| Resource Type | Encounter |
| Id | Encounter-chf-scenario1-encounter.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Encounter chf-scenario1-encounter
status: In Progress
class: ActCode IMP: inpatient encounter
type: Inpatient stay 9 days
priority: High priority
subject: Patterson, Jeremy Male, DoB: 1949-03-17
| Type | Individual |
| primary performer | PractitionerRole Specialist medical practitioner |
period: 2019-01-31 05:03:00+0000 --> (ongoing)
| Condition | Use |
| Condition Congestive heart failure (disorder) | Admission diagnosis |
| Location | Status | Period |
| Location Unit 3 East | Active | 2019-01-31 05:03:00+0000 --> (ongoing) |
{
"resourceType": "Encounter",
"id": "chf-scenario1-encounter",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "in-progress",
"class": {
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "IMP",
"display": "inpatient encounter"
},
"type": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "183807002",
"display": "Inpatient stay 9 days"
}
]
}
],
"priority": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "394849002",
"display": "High priority"
}
]
},
"subject": {
"reference": "Patient/chf-scenario1-patient"
},
"episodeOfCare": [
{
"reference": "EpisodeOfCare/chf-scenario1-eoc"
}
],
"participant": [
{
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"code": "PPRF",
"display": "primary performer"
}
]
}
],
"individual": {
"reference": "PractitionerRole/chf-scenario1-practitionerrole"
}
}
],
"period": {
"start": "2019-01-31T05:03:00Z"
},
"diagnosis": [
{
"condition": {
"reference": "Condition/chf-scenario1-condition"
},
"use": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/diagnosis-role",
"code": "AD",
"display": "Admission diagnosis"
}
]
}
}
],
"location": [
{
"location": {
"reference": "Location/chf-scenario1-location"
},
"status": "active",
"period": {
"start": "2019-01-31T05:03:00Z"
}
}
]
}