Körperstruktur


You need a license to run FQL queries

Dieses Profil beschreibt die Körperstelle der Probenentnahme.

Für ARS ist die Beschreibung der Körperstelle über dieses Profil möglich, oder alternativ direkt in der Specimen-Ressource unter Specimen.collection.bodySite. Das dort gebundene ValueSet enthält alle SNOMED-Codes die auch in BodyStructure.morphology oder BodyStructrue.location angegeben werden können. Die Datensender können selbst entscheiden, welche Möglichkeit verwendet wird.


Profil

idS Σ1..1string



BodyStructure.patient

  • Der Basisstandard der BodyStructure-Ressource definiert das patient-Element bereits als Pflichtangabe. Für ARS muss diese Angabe daher formal zwar übermittelt werden, dies kann jedoch mit einer Extension Patient-unabhängig erfolgen. Die Angabe der Referenz auf den tatsächlichen Patienten ist dennoch möglich. Die Datensender können selbst entscheiden, welche Möglichkeit verwendet wird.




Zusätzliche Regeln

keine

You need a license to run FQL queries




Bindings

You need a license to run FQL queries




Beispiel

BodyStructure
<BodyStructure xmlns="http://hl7.org/fhir">
    <id value="5e29e355-ded5-41d4-abb1-ff6ac7b70a1c" />
    <meta>
        <lastUpdated value="2025-05-02T11:21:05.413+00:00" />
        <profile value="https://demis.rki.de/fhir/ars/StructureDefinition/BodyStructure" />
    </meta>
    <morphology>
        <coding>
            <system value="http://snomed.info/sct" />
            <version value="http://snomed.info/sct/11000274103/version/20241115" />
            <code value="13924000" />
            <display value="Wound (morphologic abnormality)" />
        </coding>
        <text value="Wundabstrich Knie" />
    </morphology>
    <location>
        <coding>
            <system value="http://snomed.info/sct" />
            <version value="http://snomed.info/sct/11000274103/version/20241115" />
            <code value="63464009" />
            <display value="Skin structure of knee (body structure)" />
        </coding>
        <text value="Wundabstrich Knie" />
    </location>
    <patient>
        <extension url="http://hl7.org/fhir/StructureDefinition/data-absent-reason">
            <valueCode value="unsupported" />
        </extension>
    </patient>
</BodyStructure>
{
    "resourceType": "BodyStructure",
    "id": "5e29e355-ded5-41d4-abb1-ff6ac7b70a1c",
    "meta": {
        "lastUpdated": "05/02/2025 11:21:05",
        "profile":  [
            "https://demis.rki.de/fhir/ars/StructureDefinition/BodyStructure"
        ]
    },
    "morphology": {
        "coding":  [
            {
                "system": "http://snomed.info/sct",
                "version": "http://snomed.info/sct/11000274103/version/20241115",
                "code": "13924000",
                "display": "Wound (morphologic abnormality)"
            }
        ],
        "text": "Wundabstrich Knie"
    },
    "location": {
        "coding":  [
            {
                "system": "http://snomed.info/sct",
                "version": "http://snomed.info/sct/11000274103/version/20241115",
                "code": "63464009",
                "display": "Skin structure of knee (body structure)"
            }
        ],
        "text": "Wundabstrich Knie"
    },
    "patient": {
        "extension":  [
            {
                "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
                "valueCode": "unsupported"
            }
        ]
    }
}