FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.be.public-health
Resource TypeServiceRequest
IdServiceRequest-ColorectalCancerScreeningFollowUpExample.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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)


Source1

{
  "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"
    }
  ]
}