Prescription Search Support
1.0.0 - STU1 Belgium flag

Prescription Search Support, published by HL7 Belgium. 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/pss/ and changes regularly. See the Directory of published versions

: serviceRequest - JSON Representation

Raw json | Download

{
  "resourceType" : "ServiceRequest",
  "id" : "5be1aac7-2934-4bfd-96e6-0c90332a25ce",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest 5be1aac7-2934-4bfd-96e6-0c90332a25ce</b></p><a name=\"5be1aac7-2934-4bfd-96e6-0c90332a25ce\"> </a><a name=\"hc5be1aac7-2934-4bfd-96e6-0c90332a25ce\"> </a><a name=\"5be1aac7-2934-4bfd-96e6-0c90332a25ce-en-US\"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Proposal</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 77477000}\">Computerized axial tomography</span></p><p><b>subject</b>: <a href=\"Patient-688d174c-d04c-430f-9d29-bc8a601e0a5c.html\">Anonymous Patient Female, DoB: 1987-10-09</a></p></div>"
  },
  "status" : "active",
  "intent" : "proposal",
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "version" : "http://snomed.info/sct/11000172109",
        "code" : "77477000"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/688d174c-d04c-430f-9d29-bc8a601e0a5c"
  }
}