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

: uc5a-1 - JSON Representation

Raw json | Download


{
  "resourceType" : "ServiceRequest",
  "id" : "uc5a-1",
  "meta" : {
    "profile" : [
      🔗 "https://www.ehealth.fgov.be/standards/fhir/referral/StructureDefinition/be-referral-servicerequest-nursing"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest uc5a-1</b></p><a name=\"uc5a-1\"> </a><a name=\"hcuc5a-1\"> </a><a name=\"uc5a-1-en-US\"> </a><p><b>BeValidityPeriod</b>: 2023-02-07 --&gt; 2023-08-07</p><p><b>Request status reason</b>: <span title=\"Codes:{https://www.ehealth.fgov.be/standards/fhir/referral/CodeSystem/be-prescription-status-reason inProgress}\">In progress</span></p><p><b>BeFeedbackToPrescriber</b>: true</p><p><b>BePerformerType</b>: <span title=\"Codes:{https://www.ehealth.fgov.be/standards/fhir/core/CodeSystem/cd-hcparty persnurse}\">nurse</span></p><p><b>status</b>: Completed</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 9632001}\">Nursing procedure</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 17636008}\">Specimen collection</span></p><p><b>orderDetail</b>: <span title=\"Codes:{http://snomed.info/sct 87612001}\">Blood</span></p><p><b>subject</b>: Identifier: BeSSINNamingSystem/38012699993</p><p><b>occurrence</b>: Count 1  times, Once</p><p><b>authoredOn</b>: 2023-02-07 00:00:00+0100</p><p><b>requester</b>: Identifier: BeNIHDINamingSystem/10829059004</p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 267032009}\">Tired all the time</span></p><p><b>bodySite</b>: <span title=\"Codes:{http://snomed.info/sct 14975008}\">Forearm</span></p></div>"
  },
  "extension" : [
    {
      "url" : "https://www.ehealth.fgov.be/standards/fhir/referral/StructureDefinition/be-ext-validity-period",
      "valuePeriod" : {
        "start" : "2023-02-07",
        "end" : "2023-08-07"
      }
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/request-statusReason",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "https://www.ehealth.fgov.be/standards/fhir/referral/CodeSystem/be-prescription-status-reason",
            "code" : "inProgress",
            "display" : "In progress"
          }
        ]
      }
    },
    {
      "url" : "https://www.ehealth.fgov.be/standards/fhir/referral/StructureDefinition/be-ext-feedback-to-prescriber",
      "valueBoolean" : true
    },
    {
      "url" : "https://www.ehealth.fgov.be/standards/fhir/referral/StructureDefinition/be-ext-performer-type",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "https://www.ehealth.fgov.be/standards/fhir/core/CodeSystem/cd-hcparty",
            "code" : "persnurse"
          }
        ]
      }
    }
  ],
  "status" : "completed",
  "intent" : "order",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "version" : "http://snomed.info/sct/11000172109",
          "code" : "9632001"
        }
      ],
      "text" : "Nursing procedure"
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "version" : "http://snomed.info/sct/11000172109",
        "code" : "17636008"
      }
    ]
  },
  "orderDetail" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "version" : "http://snomed.info/sct/11000172109",
          "code" : "87612001"
        }
      ]
    }
  ],
  "subject" : {
    "identifier" : {
      "system" : "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin",
      "value" : "38012699993"
    }
  },
  "occurrenceTiming" : {
    "repeat" : {
      "count" : 1
    }
  },
  "authoredOn" : "2023-02-07T00:00:00+01:00",
  "requester" : {
    "identifier" : {
      "system" : "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/nihdi",
      "value" : "10829059004"
    }
  },
  "reasonCode" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "version" : "http://snomed.info/sct/11000172109",
          "code" : "267032009"
        }
      ]
    }
  ],
  "bodySite" : [
    {
      "extension" : [
        {
          "url" : "https://www.ehealth.fgov.be/standards/fhir/core-clinical/StructureDefinition/be-ext-laterality",
          "valueCoding" : {
            "system" : "http://snomed.info/sct",
            "version" : "http://snomed.info/sct/11000172109",
            "code" : "419161000"
          }
        }
      ],
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "version" : "http://snomed.info/sct/11000172109",
          "code" : "14975008"
        }
      ]
    }
  ]
}