Body Structure


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

This profile describes the body site where the sample was taken.

For ARS, the body site can be described using this profile or alternatively directly in the specimen resource under Specimen.collection.bodySite. The value set bound there contains all SNOMED codes that can also be specified in BodyStructure.morphology or BodyStructrue.location. Data senders can decide which option to use.


Profile

idS Σ1..1string
id0..0string
extensionC0..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
extensionC0..*Extension
modifierExtension?! C0..*Extension
identifierΣ0..0Identifier
activeΣ ?!0..0boolean
id0..1string
extensionC0..*Extension
id0..1string
extensionC0..*Extension
systemS Σ1..1uri
versionS Σ1..1string
codeS Σ1..1code
displayΣ0..1string
userSelectedΣ0..1boolean
textS Σ0..1string
id0..1string
extensionC0..*Extension
id0..1string
extensionC0..*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
extensionC0..0Extension
urlS1..1uriAuto Value
valueCodecode
referenceΣ C0..1string
typeΣ0..0uriBinding
identifierΣ0..0Identifier
displayΣ0..0string



BodyStructure.patient

  • The basic standard for the BodyStructure resource already defines the patient element as mandatory. Therefore, for ARS, this information must be formally transmitted, but this can be done independently of the patient using an extension. It is still possible to specify the reference to the actual patient. Data senders can decide for themselves which option to use.




Constraints

none




Bindings

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




Example

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