Standardized Medication Profile (SMP) FHIR IG
1.0.0 - STU 1 United States of America flag

Standardized Medication Profile (SMP) FHIR IG, published by HL7 International / Pharmacy. 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/smp-ig/ and changes regularly. See the Directory of published versions

: smp-submit-outcome-parameters-1 - JSON Representation

Raw json | Download

{
  "resourceType" : "Parameters",
  "id" : "smp-submit-outcome-parameters-1",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/smp/StructureDefinition/smp-parameters-outcome"
    ]
  },
  "parameter" : [
    {
      "name" : "outcome",
      "resource" : {
        "resourceType" : "OperationOutcome",
        "id" : "201",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Medication history was created for the patient</div>"
        },
        "issue" : [
          {
            "severity" : "information",
            "code" : "informational"
          }
        ]
      }
    }
  ]
}