FHIR IG analytics| Package | hl7.fhir.be.public-health |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-ColorectalCancerScreeningFollowUpExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ServiceRequest
ResourceServiceRequest "ColorectalCancerScreeningFollowUpExample"
Profile: PopulationScreening Follow Up
status: active
intent: proposal
code: Colonoscopy (SNOMED CT#73761001)
subject: Patient/JaneDoe " DOE"
bodySite: Dikke darm (SNOMED CT#14742008)
{
"resourceType": "ServiceRequest",
"id": "ColorectalCancerScreeningFollowUpExample",
"meta": {
"profile": [
"https://www.ehealth.fgov.be/standards/fhir/public-health/StructureDefinition/be-populationscreening-follow-up"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"intent": "proposal",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "73761001"
}
]
},
"subject": {
"reference": "Patient/JaneDoe"
},
"bodySite": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "14742008"
}
],
"text": "Dikke darm"
}
]
}