FHIR IG analytics| Package | hl7.fhir.au.core |
| Resource Type | Encounter |
| Id | Encounter-telehealth.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Encounter telehealth
Profile: AU Core Encounter
status: Finished
class: ActCode: VR (virtual)
type: Telehealth encounter
serviceType: General practice service
subject: Mrs. Anne Mary Bennelong(official) Female, DoB: 1968-10-11 ( Medical record number)
| Type | Individual |
| primary performer | PractitionerRole General practitioner |
period: 2023-02-10 11:20:00+1000 --> 2023-02-10 11:35:00+1000
| Location |
| Location Patient's home |
serviceProvider: Organization Bobrester Medical Center
{
"resourceType": "Encounter",
"id": "telehealth",
"meta": {
"profile": [
"http://hl7.org.au/fhir/core/StructureDefinition/au-core-encounter"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "finished",
"class": {
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "VR",
"display": "virtual"
},
"type": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "1479961000168103",
"display": "Telehealth encounter"
}
]
}
],
"serviceType": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "788007007",
"display": "General practice service"
}
]
},
"subject": {
"reference": "Patient/bennelong-anne"
},
"participant": [
{
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"code": "PPRF"
}
]
}
],
"individual": {
"reference": "PractitionerRole/bobrester-bob-gp"
}
}
],
"period": {
"start": "2023-02-10T11:20:00+10:00",
"end": "2023-02-10T11:35:00+10:00"
},
"location": [
{
"location": {
"reference": "Location/patient-home"
}
}
],
"serviceProvider": {
"reference": "Organization/bobrester-medical-center"
}
}