FHIR IG Statistics: StructureDefinition/FormSignature
Resources that use this resource
No resources found
Resources that this resource uses
StructureDefinition |
FormData | Globale Definition der Struktur von Fragebogen-Antworten. |
Narrative
No narrative content found in resource
Source
{
"resourceType": "StructureDefinition",
"id": "FormSignature",
"url": "https://thieme-compliance.de/fhir/StructureDefinition/FormSignature",
"version": "1.0.0",
"name": "FormSignature",
"title": "Globale Definition zur Abbildung von Signaturen.",
"status": "draft",
"date": "2024-12-18",
"publisher": "Thieme Compliance GmbH",
"contact": [
{
"name": "Thieme Compliance GmbH",
"telecom": [
{
"system": "url",
"value": "http://thieme-compliance.de/",
"use": "work"
}
]
}
],
"description": "Profil für Provenance der Thieme Compliance GmbH",
"copyright": "Copyright 2020-2023 Thieme Compliance GmbH",
"fhirVersion": "4.0.1",
"kind": "resource",
"abstract": false,
"type": "Provenance",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Provenance",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Provenance.target",
"path": "Provenance.target",
"type": [
{
"code": "Reference",
"targetProfile": [
"https://thieme-compliance.de/fhir/StructureDefinition/FormData"
]
}
],
"mustSupport": true
},
{
"id": "Provenance.target.reference",
"path": "Provenance.target.reference",
"min": 1,
"mustSupport": true
},
{
"id": "Provenance.recorded",
"path": "Provenance.recorded",
"mustSupport": true
},
{
"id": "Provenance.agent",
"path": "Provenance.agent",
"mustSupport": true
},
{
"id": "Provenance.agent.who",
"path": "Provenance.agent.who",
"mustSupport": true
},
{
"id": "Provenance.signature",
"path": "Provenance.signature",
"mustSupport": true
},
{
"id": "Provenance.signature.type",
"path": "Provenance.signature.type",
"mustSupport": true,
"binding": {
"strength": "required",
"valueSet": "https://thieme-compliance.de/fhir/ValueSet/SignatureType"
}
},
{
"id": "Provenance.signature.when",
"path": "Provenance.signature.when",
"mustSupport": true
},
{
"id": "Provenance.signature.who",
"path": "Provenance.signature.who",
"mustSupport": true
},
{
"id": "Provenance.signature.onBehalfOf",
"path": "Provenance.signature.onBehalfOf",
"mustSupport": true
},
{
"id": "Provenance.signature.data",
"path": "Provenance.signature.data",
"mustSupport": true
}
]
}
}