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

: antimicrobial-step1 - JSON Representation

Raw json | Download

{
  "resourceType" : "Bundle",
  "id" : "antimicrobial-step1",
  "type" : "collection",
  "entry" : [
    {
      "fullUrl" : "urn:uuid:688d174c-d04c-430f-9d29-bc8a601e0a5c",
      "resource" : {
        "resourceType" : "Patient",
        "id" : "688d174c-d04c-430f-9d29-bc8a601e0a5c",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_688d174c-d04c-430f-9d29-bc8a601e0a5c\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Patient 688d174c-d04c-430f-9d29-bc8a601e0a5c</b></p><a name=\"688d174c-d04c-430f-9d29-bc8a601e0a5c\"> </a><a name=\"hc688d174c-d04c-430f-9d29-bc8a601e0a5c\"> </a><a name=\"688d174c-d04c-430f-9d29-bc8a601e0a5c-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Anonymous Patient Female, DoB: 1987-10-09</p><hr/></div>"
        },
        "gender" : "female",
        "birthDate" : "1987-10-09"
      }
    },
    {
      "fullUrl" : "urn:uuid:0d2e2549-378c-4f87-a265-3543d64c7fc5",
      "resource" : {
        "resourceType" : "Condition",
        "id" : "0d2e2549-378c-4f87-a265-3543d64c7fc5",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Condition_0d2e2549-378c-4f87-a265-3543d64c7fc5\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Condition 0d2e2549-378c-4f87-a265-3543d64c7fc5</b></p><a name=\"0d2e2549-378c-4f87-a265-3543d64c7fc5\"> </a><a name=\"hc0d2e2549-378c-4f87-a265-3543d64c7fc5\"> </a><a name=\"0d2e2549-378c-4f87-a265-3543d64c7fc5-en-US\"> </a><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 921000172108}\">Sore throat - acute</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>"
        },
        "code" : {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "version" : "http://snomed.info/sct/11000172109",
              "code" : "921000172108"
            }
          ],
          "text" : "Sore throat - acute"
        },
        "subject" : {
          🔗 "reference" : "Patient/688d174c-d04c-430f-9d29-bc8a601e0a5c"
        }
      }
    }
  ]
}