FHIR IG analytics| Package | lt.hl7.fhir.breast |
| Resource Type | Encounter |
| Id | Encounter-ExampleBreastStep2ImagingEncounter.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
English
Generated Narrative: Encounter ExampleBreastStep2ImagingEncounter
Language: en
Profile: LT Base Encounter
status: Completed
class: Ambulatory
serviceProvider: Organization Breast Clinic
| Type | Actor |
| attender | Practitioner Registrar |
actualPeriod: 2024-06-15 10:05:00+0300 --> 2024-06-15 10:30:00+0300
Lithuanian
Generated Narrative: Encounter ExampleBreastStep2ImagingEncounter
Language: en
Profile: LT Base Encounter
status: Completed
class: Ambulatory
serviceProvider: Organization Breast Clinic
| Type | Actor |
| attender | Practitioner Registrar |
actualPeriod: 2024-06-15 10:05:00+0300 --> 2024-06-15 10:30:00+0300
{
"resourceType": "Encounter",
"id": "ExampleBreastStep2ImagingEncounter",
"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-06-15T10:05:00+03:00",
"end": "2024-06-15T10:30:00+03:00"
}
}