Doctor's practice or outpatient facility


NameTypeLinkVersionNumberVersionDateStatus
PhysicianOfficeOrOtherOrganizationhttps://demis.rki.de/fhir/ars/StructureDefinition/PhysicianOfficeOrOther1.0.02025-06-13active

The sender of the sample, which is not a hospital. This can be a doctor's practice or another facility such as a nursing home, an external laboratory, or a health department. In the case of an external laboratory, the laboratory name MUST be provided to enable data deduplication. In all other cases, the organization's name may not be submitted.


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
InterneOrganisationsIDS Σ C1..1IdentifierInternalOrganizationId
activeΣ ?!0..0boolean
id0..1string
extensionC0..*Extension
id0..1string
extensionC0..*Extension
systemS Σ1..1uriPattern
versionS Σ1..1string
codeS Σ1..1code
displayΣ0..1string
userSelectedΣ0..1boolean
textΣ0..0string
nameS Σ C0..1string
alias0..0string
telecomC0..0ContactPoint
id0..1string
useΣ ?!0..0codeBinding
typeΣ0..0codeBinding
textΣ0..0string
cityΣ0..0string
districtΣ0..0string
stateΣ0..0stringBinding
postalCodeS Σ1..1string
countryΣ0..0stringBinding
periodΣ0..0Period
partOfΣ0..0Reference(Organization)
endpoint0..0Reference(Endpoint)



Organization.identifier:InterneOrganisationsID (Internal Identifier)

  • Identifier for the doctor's practice or other non-hospital sample-submitting facility. The training requirement is established for ARS; the procedure can be found in the Identifiers for Organizations chapter of the Implementation Guide.

Organization.type (Type of sample sender)

  • Indicates whether the sample sender is a doctor's practice or another facility such as a nursing home, an external laboratory or a health department.

Organization.name (Name of external laboratory)

  • In the case of an external laboratory, the laboratory name MUST be provided to enable data deduplication. In all other cases, the organization name must not be submitted.




Constraints

none




Bindings

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




Example

Organization
<Organization xmlns="http://hl7.org/fhir">
<id value="797f680a-9340-4dc3-94ee-4395acc30779" />
<profile value="https://demis.rki.de/fhir/ars/StructureDefinition/PhysicianOfficeOrOther" />
</meta>
<system value="http://terminology.hl7.org/CodeSystem/v2-0203" />
<code value="XX" />
</coding>
</type>
<system value="https://demis.rki.de/fhir/sid/InternalOrganizationId" />
<value value="23456007891" />
</identifier>
<system value="https://demis.rki.de/fhir/CodeSystem/organizationType" />
<version value="1.4.2" />
<code value="physicianOffice" />
</coding>
</type>
<postalCode value="10234" />
</address>
</Organization>
{
"resourceType": "Organization",
"id": "797f680a-9340-4dc3-94ee-4395acc30779",
"meta": {
"profile": [
"https://demis.rki.de/fhir/ars/StructureDefinition/PhysicianOfficeOrOther"
]
},
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "XX"
}
]
},
"system": "https://demis.rki.de/fhir/sid/InternalOrganizationId",
"value": "23456007891"
}
],
"type": [
{
"coding": [
{
"system": "https://demis.rki.de/fhir/CodeSystem/organizationType",
"code": "physicianOffice",
"version": "1.4.2"
}
]
}
],
"address": [
{
"postalCode": "10234"
}
]
}