Referral Prescription
1.0.0 - STU Belgium flag

Referral Prescription, published by . This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-be/referral/ and changes regularly. See the Directory of published versions

: example-radiologybundle - JSON Representation

Raw json | Download

{
  "resourceType" : "CarePlan",
  "id" : "example-radiologybundle",
  "meta" : {
    "profile" : [
      🔗 "https://www.ehealth.fgov.be/standards/fhir/referral/StructureDefinition/be-referral-careplan"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CarePlan example-radiologybundle</b></p><a name=\"example-radiologybundle\"> </a><a name=\"hcexample-radiologybundle\"> </a><a name=\"example-radiologybundle-en-US\"> </a><p><b>identifier</b>: <a href=\"NamingSystem-be-ns-uhmep.html\" title=\"UHMEP naming system\">BeUnadressedHealthMessageExchangePlatform</a>/UHMEPVALUE</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>subject</b>: Identifier: <a href=\"https://build.fhir.org/ig/hl7-be/core/NamingSystem-be-ssin.html\" title=\"NISS/INSZ\">BeSSINNamingSystem</a>/79011512345</p><p><b>created</b>: 2024-10-15 00:00:00+0000</p><p><b>author</b>: <a href=\"PractitionerRole-DOCTOR-12009390800.html\">PractitionerRole physician</a></p><blockquote><p><b>activity</b></p><p><b>reference</b>: <a href=\"ServiceRequest-example-a.html\">ServiceRequest CT-Head-with-Contrast</a></p></blockquote><blockquote><p><b>activity</b></p><p><b>reference</b>: <a href=\"ServiceRequest-example-b.html\">ServiceRequest XRAY-upper-extremity-hand</a></p></blockquote><blockquote><p><b>activity</b></p><p><b>reference</b>: <a href=\"ServiceRequest-example-c.html\">ServiceRequest MR-upper-extremity-shoulder-wo-iv-contrast</a></p></blockquote></div>"
  },
  "identifier" : [
    {
      "system" : "https://www.ehealth.fgov.be/standards/fhir/referral/NamingSystem/uhmep",
      "value" : "UHMEPVALUE"
    }
  ],
  "status" : "active",
  "intent" : "order",
  "subject" : {
    "identifier" : {
      "system" : "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin",
      "value" : "79011512345"
    }
  },
  "created" : "2024-10-15T00:00:00+00:00",
  "author" : {
    🔗 "reference" : "PractitionerRole/DOCTOR-12009390800"
  },
  "activity" : [
    {
      "reference" : {
        🔗 "reference" : "ServiceRequest/example-a"
      }
    },
    {
      "reference" : {
        🔗 "reference" : "ServiceRequest/example-b"
      }
    },
    {
      "reference" : {
        🔗 "reference" : "ServiceRequest/example-c"
      }
    }
  ]
}