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

: Antibiology - S3 Get Recommendations - Response - 1.1.1. option 1 - Generic Antibiotic Advice - JSON Representation

Raw json | Download

{
  "resourceType" : "Communication",
  "id" : "ab-advice",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-medicationrequest"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Communication ab-advice</b></p><a name=\"ab-advice\"> </a><a name=\"hcab-advice\"> </a><a name=\"ab-advice-en-US\"> </a><p><b>CPG Rating Extension</b>: 3/3</p><p><b>status</b>: In Progress</p><p><b>subject</b>: <a href=\"Patient-X.html\">Anonymous Patient Male, DoB: 1972-05-24</a></p><blockquote><p><b>payload</b></p><p><b>content</b>: Traitement antibiotique uniquemene en cas de symptômes dérangeants ou de risque accru de naissance prématurée...</p></blockquote><blockquote><p><b>payload</b></p><p><b>content</b>: Antibioticum behandeling etc... but in French</p></blockquote></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-rating",
      "valueRatio" : {
        "numerator" : {
          "value" : 3
        },
        "denominator" : {
          "value" : 3
        }
      }
    }
  ],
  "status" : "in-progress",
  "subject" : {
    🔗 "reference" : "Patient/X"
  },
  "payload" : [
    {
      "contentString" : "Traitement antibiotique uniquemene en cas de symptômes dérangeants ou de risque accru de naissance prématurée...",
      "_contentString" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/language",
            "valueCode" : "nl"
          }
        ]
      }
    },
    {
      "contentString" : "Antibioticum behandeling etc... but in French",
      "_contentString" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/translation",
            "valueCode" : "fr"
          }
        ]
      }
    }
  ]
}