FHIR IG analytics| Package | hl7.fhir.us.qicore |
| Resource Type | Encounter |
| Id | Encounter-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Encounter example
Language: en
Profile: QICore Encounter
status: In Progress
class: ActCode: IMP (inpatient encounter)
type: Initial hospital inpatient or observation care, per day, for the evaluation and management of a patient, which requires a medically appropriate history and/or examination and high level of medical decision making. When using total time on the date of the encounter for code selection, 75 minutes must be met or exceeded.
| Condition |
| Condition Appendicitis (disorder) |
{
"resourceType": "Encounter",
"id": "example",
"meta": {
"profile": [
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-encounter"
]
},
"language": "en",
"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://www.ama-assn.org/go/cpt",
"code": "99223",
"display": "Initial hospital inpatient or observation care, per day, for the evaluation and management of a patient, which requires a medically appropriate history and/or examination and high level of medical decision making. When using total time on the date of the encounter for code selection, 75 minutes must be met or exceeded."
}
]
}
],
"subject": {
"reference": "Patient/example"
},
"diagnosis": [
{
"condition": {
"reference": "Condition/appendicitis-example"
}
}
]
}