FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/FormSignature

Packagede.thieme-compliance.anamnese
Resource TypeStructureDefinition
IdFormSignature
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.thieme-compliance.anamnese@0.0.2-dev&canonical=https://thieme-compliance.de/fhir/StructureDefinition/FormSignature
URLhttps://thieme-compliance.de/fhir/StructureDefinition/FormSignature
Version1.0.0
Statusdraft
Date2024-12-18
NameFormSignature
TitleGlobale Definition zur Abbildung von Signaturen.
DescriptionProfil für Provenance der Thieme Compliance GmbH
CopyrightCopyright 2020-2023 Thieme Compliance GmbH
TypeProvenance
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
FormDataGlobale Definition der Struktur von Fragebogen-Antworten.
ValueSet
SignatureTypeSignaturtypen

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
      }
    ]
  }
}