FHIR IG analytics| Package | hl7.fhir.be.public-health |
| Resource Type | Encounter |
| Id | Encounter-BreastCancerEncounterExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Encounter BreastCancerEncounterExample
Profile: Population Screening Encounter
status: Finished
class: ActCode: AMB (ambulatory)
subject: Jane Doe Female, DoB Unknown
appointment: Appointment: status = booked; start = 2022-03-15 00:00:00+0200; end = 2022-03-15 23:59:00+0200
period: 2022-03-15 11:30:00+0200 --> (ongoing)
| Location |
| Location Mammografic unit example name |
Generated Narrative: Location #mammographicUnit
name: Mammografic unit example name
address: Verlorenbroodstraat 122, 9820 Merelbeke
{
"resourceType": "Encounter",
"id": "BreastCancerEncounterExample",
"meta": {
"profile": [
"https://www.ehealth.fgov.be/standards/fhir/public-health/StructureDefinition/be-populationscreening-encounter"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"contained": [
{
"resourceType": "Location",
"id": "mammographicUnit",
"name": "Mammografic unit example name",
"address": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/language",
"valueCode": "nl"
}
],
"text": "Verlorenbroodstraat 122, 9820 Merelbeke",
"line": [
"Verlorenbroodstraat 122"
],
"_line": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
"valueString": "Verlorenbroodstraat"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
"valueString": "122"
}
]
}
],
"city": "Merelbeke",
"postalCode": "9820",
"country": "BE"
}
}
],
"status": "finished",
"class": {
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "AMB"
},
"subject": {
"reference": "Patient/JaneDoe"
},
"appointment": [
{
"reference": "Appointment/BreastCancerScreeningAppointment"
}
],
"period": {
"start": "2022-03-15T11:30:00.000+02:00"
},
"location": [
{
"location": {
"reference": "#mammographicUnit"
}
}
]
}