Bulk Data Access IG, published by HL7 International / FHIR Infrastructure. This guide is not an authorized publication; it is the continuous build for version 4.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/bulk-data/ and changes regularly. See the Directory of published versions
| Page standards status: Informative |
{
"resourceType" : "OperationOutcome",
"id" : "submit-status-resource-operationoutcome-example",
"language" : "en",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationOutcome submit-status-resource-operationoutcome-example</b></p><a name=\"submit-status-resource-operationoutcome-example\"> </a><a name=\"hcsubmit-status-resource-operationoutcome-example\"> </a><p><b>Artifact related artifact</b>: No display for RelatedArtifact (type: derived-from; url: https://example.com/fhir/Patient/pt-1)</p><p><b>Artifact related artifact</b>: No display for RelatedArtifact (type: derived-from; url: https://example.com/fhir/Patient/pt-2)</p><h3>Issues</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Severity</b></td><td><b>Code</b></td><td><b>Details</b></td><td><b>Location</b></td><td><b>Expression</b></td></tr><tr><td style=\"display: none\">*</td><td>Error</td><td>Structural Issue</td><td><span title=\"Codes:\">Error parsing resource json (Unknown Content 'label')</span></td><td>/f:Patient/f:identifier</td><td>Patient.identifier</td></tr></table></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/artifact-relatedArtifact",
"valueRelatedArtifact" : {
"type" : "derived-from",
"url" : "https://example.com/fhir/Patient/pt-1"
}
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/artifact-relatedArtifact",
"valueRelatedArtifact" : {
"type" : "derived-from",
"url" : "https://example.com/fhir/Patient/pt-2"
}
}
],
"issue" : [
{
"severity" : "error",
"code" : "structure",
"details" : {
"text" : "Error parsing resource json (Unknown Content 'label')"
},
"location" : [
"/f:Patient/f:identifier"
],
"expression" : [
"Patient.identifier"
]
}
]
}