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

FHIR IG analytics

Packagede.gematik.sterbefall
Resource TypeStructureDefinition
IdStructureDefinition-StfSterbeurkundeAusstellung.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.gematik.sterbefall@1.0.0&canonical=http://gematik.de/fhir/oegd/stf/StructureDefinition/StfSterbeurkundeAusstellung
URLhttp://gematik.de/fhir/oegd/stf/StructureDefinition/StfSterbeurkundeAusstellung
Version1.0.0-ballot
Statusactive
Date2025-12-05
NameStfSterbeurkundeAusstellung
TitleSTF Sterbeurkunde Ausstellung
Realmde
DescriptionMit diesem Provenance Profil kann die Ausstellung einer Sterbeurkunde dokumentiert werden.
TypeProvenance
Kindresource

Resources that use this resource

CapabilityStatement
ISiKCapabilityStatementFormularDatenQuelleAkteurStf Krebsregistermeldung CapabilityStatement
StructureDefinition
StfExportBundleSTF Export Bundle
StfExportProvenanceSTF ExportBundle Provenance

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "StfSterbeurkundeAusstellung",
  "url": "http://gematik.de/fhir/oegd/stf/StructureDefinition/StfSterbeurkundeAusstellung",
  "version": "1.0.0-ballot",
  "name": "StfSterbeurkundeAusstellung",
  "title": "STF Sterbeurkunde Ausstellung",
  "status": "active",
  "experimental": false,
  "date": "2025-12-05",
  "publisher": "ELFA Maßnahme Interoperabilität",
  "description": "Mit diesem Provenance Profil kann die Ausstellung einer Sterbeurkunde dokumentiert werden.",
  "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": [
              "http://hl7.org/fhir/StructureDefinition/Patient"
            ]
          }
        ]
      },
      {
        "id": "Provenance.recorded",
        "path": "Provenance.recorded",
        "comment": "Sterbefall beurkundet Datum",
        "mustSupport": true
      },
      {
        "id": "Provenance.reason",
        "path": "Provenance.reason",
        "min": 1,
        "patternCodeableConcept": {
          "coding": [
            {
              "code": "DECSD",
              "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason"
            }
          ]
        },
        "mustSupport": true
      },
      {
        "id": "Provenance.activity",
        "path": "Provenance.activity",
        "min": 1,
        "patternCodeableConcept": {
          "coding": [
            {
              "code": "LA",
              "system": "http://terminology.hl7.org/CodeSystem/v3-DocumentCompletion"
            }
          ]
        },
        "mustSupport": true
      },
      {
        "id": "Provenance.agent",
        "path": "Provenance.agent",
        "mustSupport": true
      },
      {
        "id": "Provenance.agent.who",
        "path": "Provenance.agent.who",
        "comment": "Verweis auf das beurkundende Standesamt",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Organization"
            ]
          }
        ],
        "mustSupport": true
      }
    ]
  }
}