FHIR IG analytics| Package | ihe.qrph.ccg |
| Resource Type | Encounter |
| Id | Encounter-Encounter-1234567.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Encounter Encounter-1234567
Profile: CCG Data-In Bundle Encounter
identifier: http://example.org/ids/Encounter-1234567
status: In Progress
class: ActCode HH: home health
type: Outpatient procedure (procedure)
priority: Normal Priority
subject: Iosefa Test-Fuimaono Male, DoB: 1950-07-04 ( https://example.org/ids#ZKT9319)
| Type | Individual |
| primary performer | Practitioner Doctor Doctor |
period: 2024-02-18 --> (ongoing)
| Location |
| Location Example Location |
serviceProvider: Organization Example Organization
{
"resourceType": "Encounter",
"id": "Encounter-1234567",
"meta": {
"profile": [
"https://profiles.ihe.net/QRPH/CCG/StructureDefinition/ccg-di-encounter"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/ids",
"value": "Encounter-1234567"
}
],
"status": "in-progress",
"class": {
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "HH"
},
"type": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "371883000",
"display": "Outpatient procedure (procedure)"
}
]
}
],
"priority": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "394848005",
"display": "Normal Priority"
}
]
},
"subject": {
"reference": "Patient/ZKT9319"
},
"participant": [
{
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"code": "PPRF"
}
]
}
],
"individual": {
"reference": "Practitioner/Practitioner-123"
}
}
],
"period": {
"start": "2024-02-18"
},
"location": [
{
"location": {
"reference": "Location/Location-12"
}
}
],
"serviceProvider": {
"reference": "Organization/Organization-14"
}
}