ValueSets

Metadaten

CanonicalURLStatusVersion
http://gematik.de/fhir/oegd/stf/ValueSet/StfBerufsgruppeVSdraft0.1.0

Inhalt

ValueSet 'StfBerufsgruppe'

Version0.1.0
StatusDraft

This value set includes codes from the following code systems:

<ValueSet xmlns="http://hl7.org/fhir">
    <id value="StfBerufsgruppeVS" />
    <url value="http://gematik.de/fhir/oegd/stf/ValueSet/StfBerufsgruppeVS" />
    <version value="0.1.0" />
    <name value="StfBerufsgruppe" />
    <title value="STF Berufsgruppe" />
    <status value="draft" />
    <compose>
        <include>
            <system value="http://gematik.de/fhir/oegd/stf/CodeSystem/StfBerufsgruppeCS" />
        </include>
    </compose>
</ValueSet>
{
    "resourceType": "ValueSet",
    "status": "draft",
    "name": "StfBerufsgruppe",
    "id": "StfBerufsgruppeVS",
    "title": "STF Berufsgruppe",
    "version": "0.1.0",
    "url": "http://gematik.de/fhir/oegd/stf/ValueSet/StfBerufsgruppeVS",
    "compose": {
        "include":  [
            {
                "system": "http://gematik.de/fhir/oegd/stf/CodeSystem/StfBerufsgruppeCS"
            }
        ]
    }
}

Metadaten

CanonicalURLStatusVersion
http://gematik.de/fhir/oegd/stf/ValueSet/StfDateiTypVSdraft0.1.0

Inhalt

ValueSet 'StfDateiTyp'

Version0.1.0
StatusDraft

Typen von Dateien, die im Sterbefall Kontext vorkommen können

This value set includes codes from the following code systems:

<ValueSet xmlns="http://hl7.org/fhir">
    <id value="StfDateiTypVS" />
    <url value="http://gematik.de/fhir/oegd/stf/ValueSet/StfDateiTypVS" />
    <version value="0.1.0" />
    <name value="StfDateiTyp" />
    <title value="STF Datei Typ" />
    <status value="draft" />
    <description value="Typen von Dateien, die im Sterbefall Kontext vorkommen k&#246;nnen" />
    <compose>
        <include>
            <system value="http://gematik.de/fhir/oegd/stf/CodeSystem/StfDateiTypCS" />
        </include>
    </compose>
</ValueSet>
{
    "resourceType": "ValueSet",
    "status": "draft",
    "name": "StfDateiTyp",
    "id": "StfDateiTypVS",
    "title": "STF Datei Typ",
    "description": "Typen von Dateien, die im Sterbefall Kontext vorkommen können",
    "version": "0.1.0",
    "url": "http://gematik.de/fhir/oegd/stf/ValueSet/StfDateiTypVS",
    "compose": {
        "include":  [
            {
                "system": "http://gematik.de/fhir/oegd/stf/CodeSystem/StfDateiTypCS"
            }
        ]
    }
}

Metadaten

CanonicalURLStatusVersion
http://gematik.de/fhir/oegd/stf/ValueSet/StfFacharztgruppeVSdraft0.1.0

Inhalt

ValueSet 'StfFacharztgruppe'

Version0.1.0
StatusDraft

This value set includes codes from the following code systems:

<ValueSet xmlns="http://hl7.org/fhir">
    <id value="StfFacharztgruppeVS" />
    <url value="http://gematik.de/fhir/oegd/stf/ValueSet/StfFacharztgruppeVS" />
    <version value="0.1.0" />
    <name value="StfFacharztgruppe" />
    <title value="STF Facharztgruppe" />
    <status value="draft" />
    <compose>
        <include>
            <system value="http://gematik.de/fhir/oegd/stf/CodeSystem/StfFacharztgruppeCS" />
        </include>
    </compose>
</ValueSet>
{
    "resourceType": "ValueSet",
    "status": "draft",
    "name": "StfFacharztgruppe",
    "id": "StfFacharztgruppeVS",
    "title": "STF Facharztgruppe",
    "version": "0.1.0",
    "url": "http://gematik.de/fhir/oegd/stf/ValueSet/StfFacharztgruppeVS",
    "compose": {
        "include":  [
            {
                "system": "http://gematik.de/fhir/oegd/stf/CodeSystem/StfFacharztgruppeCS"
            }
        ]
    }
}

Metadaten

CanonicalURLStatusVersion
http://gematik.de/fhir/oegd/stf/ValueSet/StfJaNeinVSdraft0.1.0

Inhalt

ValueSet 'StfJaNein'

Version0.1.0
StatusDraft

This value set includes codes from the following code systems:

  • The following codes from system: http://terminology.hl7.org/CodeSystem/v2-0532

    CodeDisplay
    YJa
    NNein
<ValueSet xmlns="http://hl7.org/fhir">
    <id value="StfJaNeinVS" />
    <url value="http://gematik.de/fhir/oegd/stf/ValueSet/StfJaNeinVS" />
    <version value="0.1.0" />
    <name value="StfJaNein" />
    <title value="STF JaNeinUnbekannt" />
    <status value="draft" />
    <compose>
        <include>
            <system value="http://terminology.hl7.org/CodeSystem/v2-0532" />
            <concept>
                <code value="Y" />
                <display value="Ja" />
            </concept>
            <concept>
                <code value="N" />
                <display value="Nein" />
            </concept>
        </include>
    </compose>
</ValueSet>
{
    "resourceType": "ValueSet",
    "status": "draft",
    "name": "StfJaNein",
    "id": "StfJaNeinVS",
    "title": "STF JaNeinUnbekannt",
    "version": "0.1.0",
    "url": "http://gematik.de/fhir/oegd/stf/ValueSet/StfJaNeinVS",
    "compose": {
        "include":  [
            {
                "system": "http://terminology.hl7.org/CodeSystem/v2-0532",
                "concept":  [
                    {
                        "code": "Y",
                        "display": "Ja"
                    },
                    {
                        "code": "N",
                        "display": "Nein"
                    }
                ]
            }
        ]
    }
}

Metadaten

CanonicalURLStatusVersion
http://gematik.de/fhir/oegd/stf/ValueSet/StfJaNeinUnbekanntVSdraft0.1.0

Inhalt

ValueSet 'StfJaNeinUnbekannt'

Version0.1.0
StatusDraft

This value set includes codes from the following code systems:

  • The following codes from system: http://terminology.hl7.org/CodeSystem/v2-0532

    CodeDisplay
    YJa
    NNein
  • The following codes from system: DataAbsentReason

    CodeDisplay
    unknownUnbekannt
<ValueSet xmlns="http://hl7.org/fhir">
    <id value="StfJaNeinUnbekanntVS" />
    <url value="http://gematik.de/fhir/oegd/stf/ValueSet/StfJaNeinUnbekanntVS" />
    <version value="0.1.0" />
    <name value="StfJaNeinUnbekannt" />
    <title value="STF JaNeinUnbekannt" />
    <status value="draft" />
    <compose>
        <include>
            <system value="http://terminology.hl7.org/CodeSystem/v2-0532" />
            <concept>
                <code value="Y" />
                <display value="Ja" />
            </concept>
            <concept>
                <code value="N" />
                <display value="Nein" />
            </concept>
        </include>
        <include>
            <system value="http://terminology.hl7.org/CodeSystem/data-absent-reason" />
            <concept>
                <code value="unknown" />
                <display value="Unbekannt" />
            </concept>
        </include>
    </compose>
</ValueSet>
{
    "resourceType": "ValueSet",
    "status": "draft",
    "name": "StfJaNeinUnbekannt",
    "id": "StfJaNeinUnbekanntVS",
    "title": "STF JaNeinUnbekannt",
    "version": "0.1.0",
    "url": "http://gematik.de/fhir/oegd/stf/ValueSet/StfJaNeinUnbekanntVS",
    "compose": {
        "include":  [
            {
                "system": "http://terminology.hl7.org/CodeSystem/v2-0532",
                "concept":  [
                    {
                        "code": "Y",
                        "display": "Ja"
                    },
                    {
                        "code": "N",
                        "display": "Nein"
                    }
                ]
            },
            {
                "system": "http://terminology.hl7.org/CodeSystem/data-absent-reason",
                "concept":  [
                    {
                        "code": "unknown",
                        "display": "Unbekannt"
                    }
                ]
            }
        ]
    }
}

Metadaten

CanonicalURLStatusVersion
http://gematik.de/fhir/oegd/stf/ValueSet/StfOrganisationsTypVSdraft0.1.0

Inhalt

ValueSet 'StfOrganisationsTyp'

Version0.1.0
StatusDraft

This value set includes codes from the following code systems:

<ValueSet xmlns="http://hl7.org/fhir">
    <id value="StfOrganisationsTypVS" />
    <url value="http://gematik.de/fhir/oegd/stf/ValueSet/StfOrganisationsTypVS" />
    <version value="0.1.0" />
    <name value="StfOrganisationsTyp" />
    <title value="STF Typ einer Organisation" />
    <status value="draft" />
    <compose>
        <include>
            <system value="http://gematik.de/fhir/oegd/stf/CodeSystem/StfOrganisationsTypCS" />
        </include>
    </compose>
</ValueSet>
{
    "resourceType": "ValueSet",
    "status": "draft",
    "name": "StfOrganisationsTyp",
    "id": "StfOrganisationsTypVS",
    "title": "STF Typ einer Organisation",
    "version": "0.1.0",
    "url": "http://gematik.de/fhir/oegd/stf/ValueSet/StfOrganisationsTypVS",
    "compose": {
        "include":  [
            {
                "system": "http://gematik.de/fhir/oegd/stf/CodeSystem/StfOrganisationsTypCS"
            }
        ]
    }
}

Metadaten

CanonicalURLStatusVersion
http://gematik.de/fhir/oegd/stf/ValueSet/StfTodesursacheCodeVSdraft0.1.0

Inhalt

ValueSet 'StfTodesursacheCode'

Version0.1.0
StatusDraft

This value set includes codes from the following code systems:

<ValueSet xmlns="http://hl7.org/fhir">
    <id value="StfTodesursacheCodeVS" />
    <url value="http://gematik.de/fhir/oegd/stf/ValueSet/StfTodesursacheCodeVS" />
    <version value="0.1.0" />
    <name value="StfTodesursacheCode" />
    <title value="Warnhinweis Code" />
    <status value="draft" />
    <compose>
        <include>
            <system value="http://gematik.de/fhir/oegd/stf/CodeSystem/StfTodesursacheCodeCS" />
        </include>
    </compose>
</ValueSet>
{
    "resourceType": "ValueSet",
    "status": "draft",
    "name": "StfTodesursacheCode",
    "id": "StfTodesursacheCodeVS",
    "title": "Warnhinweis Code",
    "version": "0.1.0",
    "url": "http://gematik.de/fhir/oegd/stf/ValueSet/StfTodesursacheCodeVS",
    "compose": {
        "include":  [
            {
                "system": "http://gematik.de/fhir/oegd/stf/CodeSystem/StfTodesursacheCodeCS"
            }
        ]
    }
}

Metadaten

CanonicalURLStatusVersion
http://gematik.de/fhir/oegd/stf/ValueSet/StfUnnatuerlicheTodesursachenVSdraft0.1.0

Inhalt

ValueSet 'StfUnnatuerlicheTodesursachen'

Version0.1.0
StatusDraft

This value set includes codes from the following code systems:

<ValueSet xmlns="http://hl7.org/fhir">
    <id value="StfUnnatuerlicheTodesursachenVS" />
    <url value="http://gematik.de/fhir/oegd/stf/ValueSet/StfUnnatuerlicheTodesursachenVS" />
    <version value="0.1.0" />
    <name value="StfUnnatuerlicheTodesursachen" />
    <title value="STF Unnat&#252;rliche Todesursachen" />
    <status value="draft" />
    <compose>
        <include>
            <system value="http://gematik.de/fhir/oegd/stf/CodeSystem/StfUnnatuerlicheTodesursachenCS" />
        </include>
    </compose>
</ValueSet>
{
    "resourceType": "ValueSet",
    "status": "draft",
    "name": "StfUnnatuerlicheTodesursachen",
    "id": "StfUnnatuerlicheTodesursachenVS",
    "title": "STF Unnatürliche Todesursachen",
    "version": "0.1.0",
    "url": "http://gematik.de/fhir/oegd/stf/ValueSet/StfUnnatuerlicheTodesursachenVS",
    "compose": {
        "include":  [
            {
                "system": "http://gematik.de/fhir/oegd/stf/CodeSystem/StfUnnatuerlicheTodesursachenCS"
            }
        ]
    }
}