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

FHIR IG analytics

Packagevzvz.fhir.aof
Resource TypeBundle
IdBundle-aorta-notified-pull-response.json
FHIR VersionR4B

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": "aorta-notified-pull-response",
  "entry": [
    {
      "response": {
        "status": "201 Created",
        "lastModified": "2022-05-09T12:25:27+02:00"
      },
      "fullUrl": "http://example.org/fhir/R4/Task/123.456.567890"
    },
    {
      "response": {
        "status": "200 OK"
      },
      "fullUrl": "http://example.org/fhir/Patient/1234567"
    },
    {
      "response": {
        "status": "200 OK"
      },
      "fullUrl": "http://example.org/fhir/Device/9000028"
    },
    {
      "response": {
        "status": "200 OK"
      },
      "fullUrl": "http://example.org/fhir/Organization/123456789"
    }
  ],
  "type": "transaction-response",
  "timestamp": "2022-02-28T16:07:25+01:00"
}