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

FHIR IG analytics

Packagevzvz.fhir.aof
Resource TypeValueSet
Idaorta-document-download-errors.json
FHIR VersionR4B
Sourcehttps://simplifier.net/resolve?scope=vzvz.fhir.aof@0.16.1&canonical=http://vzvz.nl/fhir/ValueSet/aorta-document-download-errors
URLhttp://vzvz.nl/fhir/ValueSet/aorta-document-download-errors
Statusdraft
Date2025-11-12T12:00:00+01:00
NameAortaDocumentDownloadErrors
TitleAorta Document Download Error codes
Realmnl
DescriptionError codes when a register sync document cannot be downloaded or processed
CopyrightVZVZ

Resources that use this resource

StructureDefinition
vzvz.fhir.aof#0.16.1nl-vzvz-notify-document-retrievedNotify Document Retrieved

Resources that this resource uses

CodeSystem
vzvz.fhir.aof#0.16.1aorta-error-codesAorta Error Codes CodeSystem

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "status": "draft",
  "name": "AortaDocumentDownloadErrors",
  "id": "aorta-document-download-errors",
  "title": "Aorta Document Download Error codes",
  "description": "Error codes when a register sync document cannot be downloaded or processed",
  "url": "http://vzvz.nl/fhir/ValueSet/aorta-document-download-errors",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "identifier": [
    {
      "use": "official",
      "value": "http://vzvz.nl/fhir/ValueSet/aorta-document-download-errors"
    }
  ],
  "experimental": false,
  "date": "2025-11-12T12:00:00+01:00",
  "publisher": "VZVZ",
  "contact": [
    {
      "name": "VZVZ",
      "telecom": [
        {
          "system": "email",
          "value": "standaardisatie@vzvz.nl",
          "use": "work"
        }
      ]
    }
  ],
  "copyright": "VZVZ",
  "jurisdiction": [
    {
      "coding": [
        {
          "code": "NL",
          "system": "urn:iso:std:iso:3166",
          "display": "Netherlands"
        }
      ]
    }
  ],
  "language": "nl-NL",
  "compose": {
    "include": [
      {
        "system": "http://vzvz.nl/fhir/CodeSystem/aorta-error-codes",
        "concept": [
          {
            "code": "SYN"
          },
          {
            "code": "NAT"
          },
          {
            "code": "DOCUMENTNOTFOUND"
          }
        ]
      }
    ]
  }
}