FHIR IG analytics
Resources that use this resource
No resources found
Resources that this resource uses
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"
}
}
]
}
}