Data Sender


NameTypeLinkVersionNumberVersionDateStatus
DataSenderOrganizationhttps://demis.rki.de/fhir/ars/StructureDefinition/DataSender1.0.02025-06-13active

This profile represents the organization where the interface for sending data to ARS is established. The data sender can be a laboratory that transmits the laboratory tests it performs, or it can be a hospital that transmits the data of the samples it sends.


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
id0..1string
extensionC0..*Extension
useΣ ?!0..0codeBinding
typeΣ0..0CodeableConceptBinding
systemS Σ1..1uriPattern
valueS Σ1..1string
periodΣ0..0Period
assignerΣ0..0Reference(Organization)
activeΣ ?!0..1boolean
id0..1string
extensionC0..*Extension
id0..1string
extensionC0..*Extension
systemS Σ1..1uri
versionS Σ1..1string
codeS Σ1..1code
displayΣ0..1string
userSelectedΣ0..1boolean
textΣ0..1string
nameS Σ C1..1string
alias0..*string
telecomC0..*ContactPoint
addressC0..*Address
partOfΣ0..1Reference(Organization)
id0..1string
extensionC0..*Extension
modifierExtensionΣ ?! C0..*Extension
purpose0..1CodeableConceptBinding
name0..1HumanName
telecom0..*ContactPoint
address0..1Address
endpoint0..0Reference(Endpoint)



Organization.identifier:demisParticipantId

  • DEMIS-ID of the data sender.
  • The DEMIS ID is assigned by the DEMIS office and should already be available for many reporting laboratories and hospitals. New DEMIS IDs can be requested from the DEMIS office. It is also possible to have a DEMIS ID assigned to a central IT department of a hospital or laboratory network.




Constraints

none




Bindings

pathstrengthvalueSet
Organization.type.codingrequiredhttps://demis.rki.de/fhir/ValueSet/organizationType




Example

Organization
<Organization xmlns="http://hl7.org/fhir">
<id value="730d269c-109c-4b3a-86a6-408f22989aa9" />
<profile value="https://demis.rki.de/fhir/ars/StructureDefinition/DataSender" />
</meta>
<system value="https://demis.rki.de/fhir/NamingSystem/DemisParticipantId" />
<value value="999999999" />
</identifier>
<system value="https://demis.rki.de/fhir/CodeSystem/organizationType" />
<version value="1.4.2" />
<code value="laboratory" />
</coding>
</type>
<name value="Beispiellabor GmbH" />
</Organization>
{
"resourceType": "Organization",
"id": "730d269c-109c-4b3a-86a6-408f22989aa9",
"meta": {
"profile": [
"https://demis.rki.de/fhir/ars/StructureDefinition/DataSender"
]
},
{
"system": "https://demis.rki.de/fhir/NamingSystem/DemisParticipantId",
"value": "999999999"
}
],
"type": [
{
"coding": [
{
"system": "https://demis.rki.de/fhir/CodeSystem/organizationType",
"code": "laboratory",
"version": "1.4.2"
}
]
}
],
"name": "Beispiellabor GmbH"
}