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

FHIR IG analytics

Packagevzvz.fhir.aof
Resource TypeStructureDefinition
Idnotify-document-reference.json
FHIR VersionR4B
Sourcehttps://simplifier.net/resolve?scope=vzvz.fhir.aof@0.16.1&canonical=http://vzvz.nl/fhir/StructureDefinition/notify-document-reference
URLhttp://vzvz.nl/fhir/StructureDefinition/notify-document-reference
Version0.1.0
Statusdraft
NameNotifyDocumentReference
TitleNotify DocumentReference
Realmnl
DescriptionProfile to define the DocumentReference as used as contained resource in a NotifyDocumentReady profile
CopyrightVZVZ
TypeDocumentReference
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
ihe.iti.mhd#currentIHE.MHD.Minimal.DocumentReferenceMHD DocumentReference Minimal
ValueSet
vzvz.fhir.aof#0.16.1doc-exchange-categoryDoc Exchange Category ValueSet

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "notify-document-reference",
  "language": "nl-NL",
  "url": "http://vzvz.nl/fhir/StructureDefinition/notify-document-reference",
  "version": "0.1.0",
  "name": "NotifyDocumentReference",
  "title": "Notify DocumentReference",
  "status": "draft",
  "publisher": "VZVZ",
  "contact": [
    {
      "name": "VZVZ",
      "telecom": [
        {
          "system": "email",
          "value": "standaardisatie@vzvz.nl",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Profile to define the DocumentReference as used as contained resource in a NotifyDocumentReady profile",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "NL",
          "display": "Netherlands"
        }
      ]
    }
  ],
  "copyright": "VZVZ",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "DocumentReference",
  "baseDefinition": "https://profiles.ihe.net/ITI/MHD/StructureDefinition/IHE.MHD.Minimal.DocumentReference",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "DocumentReference.category",
        "path": "DocumentReference.category",
        "binding": {
          "strength": "extensible",
          "valueSet": "http://vzvz.nl/fhir/ValueSet/doc-exchange-category"
        }
      }
    ]
  }
}