FHIR IG analytics| Package | hl7.fhir.us.pdmp |
| Resource Type | Parameters |
| Id | Parameters-pdmp-history-output-parameters-3-patient-not-found.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"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"
}
]
}
}
]
}