FHIR IG analytics| Package | hl7.fhir.uv.bulkdata |
| Resource Type | OperationOutcome |
| Id | OperationOutcome-submit-status-resource-operationoutcome-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: OperationOutcome submit-status-resource-operationoutcome-example
org/fhir/StructureDefinition/operationoutcome-sourceResource: http://example.org/fhir/Patient/pt-1
org/fhir/StructureDefinition/operationoutcome-sourceResource: http://example.org/fhir/Patient/pt-2
| Severity | Code | Details | Location | Expression |
| Error | Structural Issue | Error parsing resource json (Unknown Content 'label') | /f:Patient/f:identifier | Patient.identifier |
{
"resourceType": "OperationOutcome",
"id": "submit-status-resource-operationoutcome-example",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-sourceResource",
"valueReference": {
"reference": "http://example.org/fhir/Patient/pt-1"
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-sourceResource",
"valueReference": {
"reference": "http://example.org/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"
]
}
]
}