Körperstruktur


NameTypLinkVersionNummerVersionDatumStatus
BodyStructureBodyStructurehttps://demis.rki.de/fhir/ars/StructureDefinition/BodyStructure1.0.02025-06-13active

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
id0..0string
extensionI0..0Extension
versionIdΣ0..0id
lastUpdatedΣ0..0instant
sourceΣ0..0uri
arsProfileS Σ1..1canonical(StructureDefinition)Pattern
securityΣ0..0CodingBinding
tagΣ0..0Coding
implicitRulesΣ ?!0..1uri
language0..1codeBinding
text0..1Narrative
contained0..*Resource
extensionI0..*Extension
modifierExtension?! I0..*Extension
identifierΣ0..0Identifier
activeΣ ?!0..0boolean
id0..1string
extensionI0..*Extension
id0..1string
extensionI0..*Extension
systemS Σ1..1uri
versionS Σ1..1string
codeS Σ1..1code
displayΣ0..1string
userSelectedΣ0..1boolean
textS Σ0..1string
id0..1string
extensionI0..*Extension
id0..1string
extensionI0..*Extension
systemS Σ1..1uri
versionS Σ1..1string
codeS Σ1..1code
displayΣ0..1string
userSelectedΣ0..1boolean
textS Σ0..1string
locationQualifier0..0CodeableConcept
descriptionΣ0..0string
image0..0Attachment
id0..1string
id0..1string
extensionI0..0Extension
urlS1..1uriFixed Value
valueCodecode
referenceΣ I0..1string
typeΣ0..0uriBinding
identifierΣ0..0Identifier
displayΣ0..0string



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




Bindings

pathstrengthvalueSet
BodyStructure.morphology.codingextensiblehttps://demis.rki.de/fhir/ars/ValueSet/abnahmeortMorphologischeAnomalieSNOMED
BodyStructure.location.codingextensiblehttps://demis.rki.de/fhir/ars/ValueSet/abnahmeortKoerperstelleSNOMED




Beispiel

BodyStructure
<BodyStructure xmlns="http://hl7.org/fhir">
    <id value="5e29e355-ded5-41d4-abb1-ff6ac7b70a1c" />
    <meta>
        <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/20250515" />
            <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/20250515" />
            <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": {
        "profile":  [
            "https://demis.rki.de/fhir/ars/StructureDefinition/BodyStructure"
        ]
    },
    "patient": {
        "extension":  [
            {
                "valueCode": "unsupported",
                "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason"
            }
        ]
    },
    "morphology": {
        "coding":  [
            {
                "system": "http://snomed.info/sct",
                "code": "13924000",
                "display": "Wound (morphologic abnormality)",
                "version": "http://snomed.info/sct/11000274103/version/20250515"
            }
        ],
        "text": "Wundabstrich Knie"
    },
    "location": {
        "coding":  [
            {
                "system": "http://snomed.info/sct",
                "code": "63464009",
                "display": "Skin structure of knee (body structure)",
                "version": "http://snomed.info/sct/11000274103/version/20250515"
            }
        ],
        "text": "Wundabstrich Knie"
    }
}