FHIR IG analytics| Package | hl7.fhir.be.public-health |
| Resource Type | Observation |
| Id | Observation-BK-4-participation-negative-example-observation.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation
ResourceObservation "BK-4-participation-negative-example-observation"
Profile: Population Screening Observation
status: final
code: Breast neoplasm screening (SNOMED CT#268547008)
subject: Patient/JaneDoe " DOE"
encounter: Encounter/BK-4-participation-negative-example-encounter
performer: Organization/CvKO "Centrum voor Kankeropsporing"
value: Niet afwijkend (SNOMED CT#280413001)
{
"resourceType": "Observation",
"id": "BK-4-participation-negative-example-observation",
"meta": {
"profile": [
"https://www.ehealth.fgov.be/standards/fhir/public-health/StructureDefinition/be-populationscreening-observation"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "268547008"
}
]
},
"subject": {
"reference": "Patient/JaneDoe"
},
"encounter": {
"reference": "Encounter/BK-4-participation-negative-example-encounter"
},
"performer": [
{
"reference": "Organization/CvKO"
}
],
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "280413001",
"display": "Niet afwijkend"
}
]
}
}