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

FHIR IG analytics

Packagech.fhir.ig.ch-elm
Resource TypeBundle
IdBundle-ex-findDocumentReferencesResponse.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": "Bundle",
  "id": "ex-findDocumentReferencesResponse",
  "type": "searchset",
  "timestamp": "2023-10-10T14:30:18.668+02:00",
  "total": 1,
  "link": [
    {
      "relation": "self",
      "url": "http://test.fhir.net/R4/fhir/DocumentReference?_lastUpdate=gt2023-10-02T08:00:00+02:00&elm-status=failed"
    }
  ],
  "entry": [
    {
      "fullUrl": "http://test.fhir.net/R4/fhir/DocumentReference/1-DocumentReferenceResponseFailed",
      "resource": {
        "resourceType": "DocumentReference",
        "id": "1-DocumentReferenceResponseFailed",
        "meta": {
          "versionId": "2",
          "lastUpdated": "2023-10-10T13:30:25.00+02:00"
        },
        "contained": [
          {
            "resourceType": "OperationOutcome",
            "id": "1-OperationOutcome",
            "issue": [
              {
                "severity": "error",
                "code": "not-supported",
                "details": {
                  "text": "unknown type of laboratory report"
                }
              }
            ]
          }
        ],
        "extension": [
          {
            "extension": [
              {
                "url": "status",
                "valueCode": "failed"
              },
              {
                "url": "outcome",
                "valueReference": {
                  "reference": "#1-OperationOutcome"
                }
              }
            ],
            "url": "http://fhir.ch/ig/ch-elm/StructureDefinition/ch-ext-elm-status"
          }
        ],
        "identifier": [
          {
            "system": "urn:ietf:rfc:3986",
            "value": "urn:uuid:1901332d-6012-443f-9690-9291adb2e19d"
          }
        ],
        "status": "current",
        "date": "2023-10-10T13:30:18.668+02:00",
        "content": [
          {
            "attachment": {
              "url": "urn:uuid:1901332d-6012-443f-9690-9291adb2e19d"
            }
          }
        ]
      }
    }
  ]
}