FHIR IG analytics| Package | hl7.fhir.us.davinci-pas.r4b |
| Resource Type | Encounter |
| Id | Encounter-SurgicalEncounterExample.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Encounter SurgicalEncounterExample
Profile: PAS Encounter
PatientStatus: Still a patient
status: Planned
class: ActCode AMB: ambulatory
type: 2
subject: JOE SMITH Male, DoB Unknown ( Member Number)
period: 2020-07-02 --> 2020-07-09
| AdmitSource |
| 5 |
{
"resourceType": "Encounter",
"id": "SurgicalEncounterExample",
"meta": {
"profile": [
"http://hl7.org/fhir/us/davinci-pas/StructureDefinition/profile-encounter"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-patientStatus",
"valueCodeableConcept": {
"coding": [
{
"system": "https://www.nubc.org/CodeSystem/PatDischargeStatus",
"code": "30",
"display": "Still a patient"
}
]
}
}
],
"status": "planned",
"class": {
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "AMB"
},
"type": [
{
"coding": [
{
"system": "https://www.nubc.org/CodeSystem/PriorityTypeOfAdmitOrVisit",
"code": "2"
}
]
}
],
"subject": {
"reference": "Patient/SubscriberExample"
},
"period": {
"start": "2020-07-02",
"end": "2020-07-09"
},
"hospitalization": {
"admitSource": {
"coding": [
{
"system": "https://www.nubc.org/CodeSystem/PointOfOrigin",
"code": "5"
}
]
}
}
}