CH ELM (R4)
1.3.0 - release Switzerland flag

CH ELM (R4), published by Federal Office of Public Health FOPH. This guide is not an authorized publication; it is the continuous build for version 1.3.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/ahdis/ch-elm/ and changes regularly. See the Directory of published versions

: Example of a Find Document References Response Message - JSON Representation

Raw json | Download


{
  "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"
            }
          }
        ]
      }
    }
  ]
}