FHIR IG analytics| Package | hl7.fhir.uv.cpg.r4b |
| Resource Type | Encounter |
| Id | Encounter-ep-scenario4-encounter.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Encounter ep-scenario4-encounter
status: In Progress
class: ActCode IMP: inpatient encounter
type: Inpatient stay 9 days
priority: High priority
subject: Example Patient Female, DoB: 1990-10-01
episodeOfCare: EpisodeOfCare: extension = http://hl7.org/fhir/uv/cpg/PlanDefinition/activity-example-pathway-pd; status = active
{
"resourceType": "Encounter",
"id": "ep-scenario4-encounter",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-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/ep-scenario4-patient"
},
"episodeOfCare": [
{
"reference": "EpisodeOfCare/ep-scenario4-eoc"
}
]
}