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

FHIR IG analytics

Packagevzvz.fhir.aof
Resource TypeCommunicationRequest
IdCommunicationRequest-nl-vzvz-notify-document-ready-example.json
FHIR VersionR4B

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Notify the document is ready for retrieval

Source1

{
  "resourceType": "CommunicationRequest",
  "id": "nl-vzvz-notify-document-ready-example",
  "meta": {
    "profile": [
      "http://vzvz.nl/fhir/StructureDefinition/nl-vzvz-notify-document-ready"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "contained": [
    {
      "resourceType": "Device",
      "id": "device",
      "meta": {
        "profile": [
          "http://vzvz.nl/fhir/StructureDefinition/nl-vzvz-Device"
        ]
      },
      "identifier": [
        {
          "system": "http://fhir.nl/fhir/NamingSystem/aorta-app-id",
          "value": "90000250"
        }
      ],
      "owner": {
        "identifier": {
          "system": "http://fhir.nl/fhir/NamingSystem/ura",
          "value": "90000381"
        }
      }
    },
    {
      "resourceType": "DocumentReference",
      "id": "documentReference",
      "meta": {
        "profile": [
          "https://profiles.ihe.net/ITI/MHD/StructureDefinition/IHE.MHD.Minimal.DocumentReference"
        ]
      },
      "masterIdentifier": {
        "system": "urn:ietf:rfc:3986",
        "value": "urn:uuid:49d2596d-2fa1-4ccb-85e3-d5b0b93e4423"
      },
      "identifier": [
        {
          "use": "official",
          "system": "urn:ietf:rfc:3986",
          "value": "urn:uuid:49d2596d-2fa1-4ccb-85e3-d5b0b93e4423"
        }
      ],
      "content": [
        {
          "attachment": {
            "contentType": "text/csv",
            "url": "https://placer.system/Binary/12345"
          }
        }
      ],
      "status": "current",
      "type": {
        "coding": [
          {
            "code": "VWICOMP",
            "system": "urn:oid:2.16.840.1.113883.2.4.3.111.5.2"
          }
        ]
      }
    }
  ],
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:uuid:424b071b-be12-4ad1-90e4-eccb6140df63"
    }
  ],
  "groupIdentifier": {
    "system": "http://initiatingsystem.nl/myIdentifierSystem",
    "value": "1.2.3.4.5.6.7"
  },
  "category": [
    {
      "coding": [
        {
          "code": "RegisterSync",
          "system": "http://vzvz.nl/fhir/CodeSystem/doc-exchange-category"
        }
      ]
    }
  ],
  "occurrencePeriod": {
    "start": "2024-05-28T02:00:00+02:00",
    "end": "2024-05-28T03:00:00+02:00"
  },
  "reasonCode": [
    {
      "coding": [
        {
          "code": "vwi_sync",
          "system": "http://vzvz.nl/fhir/CodeSystem/aorta-sync"
        }
      ]
    }
  ],
  "reasonReference": [
    {
      "reference": "#documentReference"
    }
  ],
  "status": "active",
  "authoredOn": "2024-05-28T01:59:55+02:00",
  "requester": {
    "reference": "#device"
  }
}