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

FHIR IG analytics

Packagevzvz.fhir.aof
Resource TypeCommunication
IdCommunication-nl-vzvz-notify-document-retrieved-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 retrieved

Source1

{
  "resourceType": "Communication",
  "id": "nl-vzvz-notify-document-retrieved-example",
  "meta": {
    "profile": [
      "http://vzvz.nl/fhir/StructureDefinition/nl-vzvz-notify-document-retrieved"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:uuid:b179d405-733a-4159-bdc6-906257da4e52"
    }
  ],
  "basedOn": [
    {
      "identifier": {
        "system": "urn:ietf:rfc:3986",
        "value": "urn:uuid:424b071b-be12-4ad1-90e4-eccb6140df63"
      },
      "type": "CommunicationRequest"
    }
  ],
  "category": [
    {
      "coding": [
        {
          "code": "RegisterSync",
          "system": "http://vzvz.nl/fhir/CodeSystem/doc-exchange-category"
        }
      ]
    }
  ],
  "reasonCode": [
    {
      "coding": [
        {
          "code": "vwi_sync",
          "system": "http://vzvz.nl/fhir/CodeSystem/aorta-sync"
        }
      ]
    }
  ],
  "reasonReference": [
    {
      "identifier": {
        "system": "urn:ietf:rfc:3986",
        "value": "urn:uuid:49d2596d-2fa1-4ccb-85e3-d5b0b93e4423"
      },
      "type": "DocumentReference"
    }
  ],
  "status": "completed"
}