FHIR IG analytics| Package | lt.hl7.fhir.breast |
| Resource Type | Encounter |
| Id | Encounter-example-palpation-encounter.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
English
Generated Narrative: Encounter example-palpation-encounter
Language: en
Profile: LT Base Encounter
status: Completed
class: ambulatory
serviceProvider: Organization Breast Clinic
| Type | Actor |
| attender | Practitioner Registrar |
actualPeriod: 2024-01-15 10:00:00+0200 --> 2024-01-15 10:30:00+0200
Lithuanian
Generated Narrative: Encounter example-palpation-encounter
Language: en
Profile: LT Base Encounter
status: Completed
class: ambulatory
serviceProvider: Organization Breast Clinic
| Type | Actor |
| attender | Practitioner Registrar |
actualPeriod: 2024-01-15 10:00:00+0200 --> 2024-01-15 10:30:00+0200
{
"resourceType": "Encounter",
"id": "example-palpation-encounter",
"meta": {
"profile": [
"https://hl7.lt/fhir/base/StructureDefinition/lt-encounter"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"class": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "AMB",
"display": "ambulatory"
}
]
}
],
"subject": {
"reference": "Patient/example-patient"
},
"serviceProvider": {
"reference": "Organization/example-organization"
},
"participant": [
{
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"code": "ATND",
"display": "attender"
}
]
}
],
"actor": {
"reference": "Practitioner/example-practitioner"
}
}
],
"actualPeriod": {
"start": "2024-01-15T10:00:00+02:00",
"end": "2024-01-15T10:30:00+02:00"
}
}