FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.pdmp
Resource TypeParameters
IdParameters-pdmp-history-output-parameters-3-patient-not-found.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Parameters",
  "id": "pdmp-history-output-parameters-3-patient-not-found",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/pdmp/StructureDefinition/pdmp-parameters-response"
    ]
  },
  "parameter": [
    {
      "name": "outcome",
      "resource": {
        "resourceType": "OperationOutcome",
        "id": "100",
        "text": {
          "status": "generated",
          "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">No PDMP history was found for the submitted patient</div>"
        },
        "issue": [
          {
            "severity": "information",
            "code": "informational",
            "details": {
              "coding": [
                {
                  "system": "http://terminology.hl7.org/CodeSystem/PMIXStatusCode",
                  "code": "no-data",
                  "display": "No Data"
                }
              ]
            },
            "diagnostics": "No PDMP history was found for the submitted patient"
          }
        ]
      }
    }
  ]
}