Sha256: f2c5d4255700247b39e56200386fc9d2a19adaf0affcf936ed6bc253d29a370d

Contents?: true

Size: 1.06 KB

Versions: 10

Compression:

Stored size: 1.06 KB

Contents

{
  "resourceType": "Bundle",
  "id": "bundle-search-warning",
  "meta": {
    "lastUpdated": "2017-03-14T08:23:30+11:00",
    "tag": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "HTEST",
        "display": "test health data"
      }
    ]
  },
  "type": "searchset",
  "total": 0,
  "link": [
    {
      "relation": "self",
      "url": "https://example.org/fhir/Observation?patient.identifier=http://example.com/fhir/identifier/mrn|123456"
    }
  ],
  "entry": [
    {
      "resource": {
        "resourceType": "OperationOutcome",
        "id": "warning",
        "text": {
          "status": "generated",
          "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">There is no matching patient for MRN 123456</div>"
        },
        "issue": [
          {
            "severity": "warning",
            "code": "not-found",
            "details": {
              "text": "There is no matching patient for MRN 123456"
            }
          }
        ]
      },
      "search": {
        "mode": "outcome"
      }
    }
  ]
}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
fhir_models-4.3.0 lib/fhir_models/examples/json/bundle-search-warning.json
fhir_models-4.2.2 lib/fhir_models/examples/json/bundle-search-warning.json
fhir_models-4.2.1 lib/fhir_models/examples/json/bundle-search-warning.json
fhir_models-4.2.0 lib/fhir_models/examples/json/bundle-search-warning.json
fhir_models-4.1.2 lib/fhir_models/examples/json/bundle-search-warning.json
fhir_models-4.1.1 lib/fhir_models/examples/json/bundle-search-warning.json
fhir_models-4.1.0 lib/fhir_models/examples/json/bundle-search-warning.json
fhir_models-4.0.2 lib/fhir_models/examples/json/bundle-search-warning.json
fhir_models-4.0.1 lib/fhir_models/examples/json/bundle-search-warning.json
fhir_models-4.0.0 lib/fhir_models/examples/json/bundle-search-warning.json