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

This page is part of the US Standardized Medication Profile (SMP) (v1.0.0: STU1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, 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"
          }
        ]
      }
    }
  ]
}