Moderne Patient:innenabrechnung und Datenkommunikation on FHIR (MOPED)
0.1.0 - ci-build

Moderne Patient:innenabrechnung und Datenkommunikation on FHIR (MOPED) - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Resource Profile: MOPED Basis Patient mit Klarname

Official URL: https://elga.moped.at/StructureDefinition/MopedBasisPatientKlarname Version: 0.1.0
Draft as of 2026-05-15 Responsible: ELGA GmbH Computable Name: MopedBasisPatientKlarname

MOPED Basis Profil der Patienten Ressource mit Klarname

Usages:

You can also check for usages in the FHIR IG Statistics

Formal Views of Profile Content

Description of Profiles, Differentials, Snapshots and how the different presentations work.

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Patient C 0..* HL7ATCorePatient Information about an individual or animal receiving health care services
Constraints: mandatory-gemeindecode-for-AUT, mandatory-postal-code-for-AUT
... Slices for extension Content/Rules for all slices
.... extension:citizenship S 0..1 (Complex) Nation(s) where the patient claims citizenship
URL: http://hl7.org/fhir/StructureDefinition/patient-citizenship
..... Slices for extension Content/Rules for all slices
...... extension:code 0..1 Extension Extension
....... extension 0..0 Extension
Slice: Unordered, Open by value:url
....... url 1..1 uri "code"
....... value[x] O 1..1 CodeableConcept Staatsbürgerschaft
Binding: https://termgit.elga.gv.at/ValueSet/elga-laendercodes (extensible)
ObligationsActor
SHALL:populate Moped KA Actor
..... url 1..1 uri "http://hl7.org/fhir/StructureDefinition/patient-citizenship"
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
... Slices for identifier Σ 0..* Identifier An identifier for this patient
Slice: Unordered, Open by value:type.coding.code
.... family SOΣ 0..1 string Zuname des Patienten
ObligationsActor
SHALL:populate Moped KA Actor
.... given SOΣ 0..1 string Vorname des Patienten
This repeating element order: Given Names appear in the correct order for presenting the name
ObligationsActor
SHALL:populate Moped KA Actor
... gender SOΣ 1..1 code Administratives Geschlecht des Patienten
Binding: AdministrativeGender (required): The gender of a person used for administrative purposes.
ObligationsActor
SHALL:populate Moped KA Actor
.... Slices for extension Content/Rules for all slices
..... extension:AdministrativeGenderAddition 0..1 Coding Administrative Gender Addition
URL: http://hl7.at/fhir/HL7ATCoreProfiles/5.0.0/StructureDefinition/at-core-ext-gender-administrativeGenderAddition
Binding: https://termgit.elga.gv.at/ValueSet/hl7-at-administrativegender-fhir-extension (required)
... birthDate SOΣ 0..1 date Geburtsdatum des Patienten
ObligationsActor
SHALL:populate Moped KA Actor
.... Slices for extension Content/Rules for all slices
... address SΣ 0..1 HL7ATCoreAddress An address for the individual
.... Slices for extension S 0..1 Extension Extension
Slice: Unordered, Open by value:url
..... extension:municipalityCode SO 0..1 string Wohnsitz – Gemeindecode
URL: http://hl7.at/fhir/HL7ATCoreProfiles/5.0.0/StructureDefinition/at-core-ext-address-municipalityCode
ObligationsActor
SHALL:populate Moped KA Actor
.... line Σ 0..* string Street name, number, direction & P.O. Box etc.
This repeating element order: The order in which lines should appear in an address label
Example General: 137 Nowhere Street
..... Slices for extension Content/Rules for all slices
...... extension:street SO 0..1 string Wohnadresse
URL: http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName
ObligationsActor
SHALL:populate Moped KA Actor
...... extension:streetNumber 0..1 string Number of the street
URL: http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber
...... extension:floorDoorNumber 0..1 string Floor and/or door number
URL: http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-additionalLocator
...... extension:additionalInformation 0..1 string Additional Information
URL: http://hl7.at/fhir/HL7ATCoreProfiles/5.0.0/StructureDefinition/at-core-ext-address-additionalInformation
.... city SOΣ 0..1 string Wohnort
Example General: Erewhon
ObligationsActor
SHALL:populate Moped KA Actor
.... postalCode SOΣ 0..1 string Wohnsitz – Postleitzahl
Example General: 9132
ObligationsActor
SHALL:populate Moped KA Actor
.... country SOΣ 0..1 string Wohnsitz – Staat
ObligationsActor
SHALL:populate Moped KA Actor

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
Patient.extension:citizenship.​extension:code.value[x] Base extensible https://termgit.elga.gv.at/ValueSet/elga-laendercodes Not State Unknown
Patient.extension:PatientReligion.​value[x] Base extensible https://termgit.elga.gv.at/ValueSet/elga-religiousaffiliation Not State Unknown
Patient.identifier:socialSecurityNumber.​use Base required IdentifierUse 📍5.0.0 FHIR Std.
Patient.identifier:bPK.​use Base required IdentifierUse 📍5.0.0 FHIR Std.
Patient.identifier:localPatientId.​use Base required IdentifierUse 📍5.0.0 FHIR Std.
Patient.telecom.use Base required ContactPointUse 📍5.0.0 FHIR Std.
Patient.gender Base required AdministrativeGender 📍5.0.0 FHIR Std.
Patient.communication.​language Base required All Languages 📍5.0.0 FHIR Std.
Patient.link.type Base required Link Type 📍5.0.0 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error Patient If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error Patient If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error Patient If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error Patient If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice Patient A resource should have narrative for robust management text.`div`.exists()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error **ALL** extensions Must have either extensions or value[x], not both extension.exists() != value.exists()
mandatory-gemeindecode-for-AUT error Patient Der Gemeindecode ist für inländische Patienten verpflichtend anzugeben address.where(country = 'AUT').extension.where(url = 'http://hl7.at/fhir/HL7ATCoreProfiles/5.0.0/StructureDefinition/at-core-ext-address-municipalityCode').exists()
mandatory-postal-code-for-AUT error Patient Die Postleitzahl ist für inländische Patienten verpflichtend anzugeben address.where(country = 'AUT').postalCode.exists()

This structure is derived from HL7ATCorePatient

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Patient C 0..* HL7ATCorePatient Information about an individual or animal receiving health care services
Constraints: mandatory-gemeindecode-for-AUT, mandatory-postal-code-for-AUT
... implicitRules 0..0 A set of rules under which this content was created
... language 0..0 Language of the resource content
... contained 0..0 Contained, inline Resources
.... extension:citizenship S 0..1 PatCitizenship Nation(s) where the patient claims citizenship
..... Slices for extension Content/Rules for all slices
...... extension:code 0..1 Extension Extension
....... value[x] O 1..1 CodeableConcept Staatsbürgerschaft
ObligationsActor
SHALL:populate Moped KA Actor
...... extension:period 0..0 Extension
.... extension:PatientReligion 0..0 The patient's professed religious affiliations
.... extension:birthPlace 0..0 Place of Birth for patient
... Slices for identifier Content/Rules for all slices
.... identifier:socialSecurityNumber 0..0 An identifier for this patient
.... identifier:bPK 0..0 An identifier for this patient
.... identifier:localPatientId 0..0 An identifier for this patient
... active 0..0 Whether this patient's record is in active use
... name 1..1 HumanName A name associated with the patient
.... use 0..0 usual | official | temp | nickname | anonymous | old | maiden
.... text 0..0 Text representation of the full name
.... family SO 0..1 string Zuname des Patienten
ObligationsActor
SHALL:populate Moped KA Actor
.... given SO 0..1 string Vorname des Patienten
ObligationsActor
SHALL:populate Moped KA Actor
.... prefix 0..0 Parts that come before the name
.... suffix 0..0 Parts that come after the name
.... period 0..0 Time period when name was/is in use
... telecom 0..0 A contact detail for the individual
... gender SO 1..1 code Administratives Geschlecht des Patienten
ObligationsActor
SHALL:populate Moped KA Actor
... birthDate SO 0..1 date Geburtsdatum des Patienten
ObligationsActor
SHALL:populate Moped KA Actor
.... Slices for extension Content/Rules for all slices
..... extension:birthTime 0..0 Time of day of birth
... deceased[x] 0..0 Indicates if the individual is deceased or not
... Slices for deceased[x] Content/Rules for all slices
.... deceased[x]:deceasedBoolean 0..0 Indicates if the individual is deceased or not
.... deceased[x]:deceasedDateTime 0..0 Indicates if the individual is deceased or not
... address S 0..1 HL7ATCoreAddress An address for the individual
.... extension S 0..1 Extension Extension
.... Slices for extension Content/Rules for all slices
..... extension:municipalityCode SO 0..1 AddressMunicipalityCode Wohnsitz – Gemeindecode
ObligationsActor
SHALL:populate Moped KA Actor
.... use 0..0 home | work | temp | old | billing - purpose of this address
.... type 0..0 postal | physical | both
.... text 0..0 Text representation of the address
.... line
..... Slices for extension Content/Rules for all slices
...... extension:street SO 0..1 ADXPStreetName Wohnadresse
ObligationsActor
SHALL:populate Moped KA Actor
.... city SO 0..1 string Wohnort
ObligationsActor
SHALL:populate Moped KA Actor
.... state 0..0 Sub-unit of country (abbreviations ok)
.... postalCode SO 0..1 string Wohnsitz – Postleitzahl
ObligationsActor
SHALL:populate Moped KA Actor
.... country SO 0..1 string Wohnsitz – Staat
ObligationsActor
SHALL:populate Moped KA Actor
... maritalStatus 0..0 Marital (civil) status of a patient
... multipleBirth[x] 0..0 Whether patient is part of a multiple birth
... Slices for multipleBirth[x] Content/Rules for all slices
.... multipleBirth[x]:multipleBirthBoolean 0..0 Whether patient is part of a multiple birth
.... multipleBirth[x]:multipleBirthInteger 0..0 Whether patient is part of a multiple birth
... photo 0..0 Image of the patient
... contact 0..0 A contact party (e.g. guardian, partner, friend) for the patient
... communication 0..0 A language which may be used to communicate with the patient about his or her health
... generalPractitioner 0..0 Patient's nominated primary care provider
... managingOrganization 0..0 Organization that is the custodian of the patient record
... link 0..0 Link to a Patient or RelatedPerson resource that concerns the same actual individual

doco Documentation for this format

Constraints

Id Grade Path(s) Description Expression
mandatory-gemeindecode-for-AUT error Patient Der Gemeindecode ist für inländische Patienten verpflichtend anzugeben address.where(country = 'AUT').extension.where(url = 'http://hl7.at/fhir/HL7ATCoreProfiles/5.0.0/StructureDefinition/at-core-ext-address-municipalityCode').exists()
mandatory-postal-code-for-AUT error Patient Die Postleitzahl ist für inländische Patienten verpflichtend anzugeben address.where(country = 'AUT').postalCode.exists()
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Patient C 0..* HL7ATCorePatient Information about an individual or animal receiving health care services
Constraints: mandatory-gemeindecode-for-AUT, mandatory-postal-code-for-AUT
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... text 0..1 Narrative Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
.... extension:citizenship S 0..1 (Complex) Nation(s) where the patient claims citizenship
URL: http://hl7.org/fhir/StructureDefinition/patient-citizenship
..... id 0..1 id Unique id for inter-element referencing
..... Slices for extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... extension:code 0..1 Extension Extension
....... id 0..1 id Unique id for inter-element referencing
....... extension 0..0 Extension
Slice: Unordered, Open by value:url
....... url 1..1 uri "code"
....... value[x] O 1..1 CodeableConcept Staatsbürgerschaft
Binding: https://termgit.elga.gv.at/ValueSet/elga-laendercodes (extensible)
ObligationsActor
SHALL:populate Moped KA Actor
..... url 1..1 uri "http://hl7.org/fhir/StructureDefinition/patient-citizenship"
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
... Slices for identifier Σ 0..* Identifier An identifier for this patient
Slice: Unordered, Open by value:type.coding.code
... name Σ 1..1 HumanName A name associated with the patient
.... id 0..1 id Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... family SOΣ 0..1 string Zuname des Patienten
ObligationsActor
SHALL:populate Moped KA Actor
.... given SOΣ 0..1 string Vorname des Patienten
This repeating element order: Given Names appear in the correct order for presenting the name
ObligationsActor
SHALL:populate Moped KA Actor
... gender SOΣ 1..1 code Administratives Geschlecht des Patienten
Binding: AdministrativeGender (required): The gender of a person used for administrative purposes.
ObligationsActor
SHALL:populate Moped KA Actor
.... id 0..1 string xml:id (or equivalent in JSON)
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:AdministrativeGenderAddition 0..1 Coding Administrative Gender Addition
URL: http://hl7.at/fhir/HL7ATCoreProfiles/5.0.0/StructureDefinition/at-core-ext-gender-administrativeGenderAddition
Binding: https://termgit.elga.gv.at/ValueSet/hl7-at-administrativegender-fhir-extension (required)
.... value 0..1 code Primitive value for code
... birthDate SOΣ 0..1 date Geburtsdatum des Patienten
ObligationsActor
SHALL:populate Moped KA Actor
.... id 0..1 string xml:id (or equivalent in JSON)
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
.... value 0..1 date Primitive value for date
... address SΣ 0..1 HL7ATCoreAddress An address for the individual
.... id 0..1 id Unique id for inter-element referencing
.... Slices for extension S 0..1 Extension Extension
Slice: Unordered, Open by value:url
..... extension:municipalityCode SO 0..1 string Wohnsitz – Gemeindecode
URL: http://hl7.at/fhir/HL7ATCoreProfiles/5.0.0/StructureDefinition/at-core-ext-address-municipalityCode
ObligationsActor
SHALL:populate Moped KA Actor
.... line Σ 0..* string Street name, number, direction & P.O. Box etc.
This repeating element order: The order in which lines should appear in an address label
Example General: 137 Nowhere Street
..... id 0..1 string xml:id (or equivalent in JSON)
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:street SO 0..1 string Wohnadresse
URL: http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName
ObligationsActor
SHALL:populate Moped KA Actor
...... extension:streetNumber 0..1 string Number of the street
URL: http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber
...... extension:floorDoorNumber 0..1 string Floor and/or door number
URL: http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-additionalLocator
...... extension:additionalInformation 0..1 string Additional Information
URL: http://hl7.at/fhir/HL7ATCoreProfiles/5.0.0/StructureDefinition/at-core-ext-address-additionalInformation
..... value 0..1 string Primitive value for string
Max Length:1048576
.... city SOΣ 0..1 string Wohnort
Example General: Erewhon
ObligationsActor
SHALL:populate Moped KA Actor
.... postalCode SOΣ 0..1 string Wohnsitz – Postleitzahl
Example General: 9132
ObligationsActor
SHALL:populate Moped KA Actor
.... country SOΣ 0..1 string Wohnsitz – Staat
ObligationsActor
SHALL:populate Moped KA Actor

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
Patient.extension:citizenship.​extension:code.value[x] Base extensible https://termgit.elga.gv.at/ValueSet/elga-laendercodes Not State Unknown
Patient.extension:PatientReligion.​value[x] Base extensible https://termgit.elga.gv.at/ValueSet/elga-religiousaffiliation Not State Unknown
Patient.identifier:socialSecurityNumber.​use Base required IdentifierUse 📍5.0.0 FHIR Std.
Patient.identifier:socialSecurityNumber.​type Base required https://termgit.elga.gv.at/ValueSet/hl7-at-patientidentifier Not State Unknown
Patient.identifier:socialSecurityNumber.​assigner.type Base extensible Resource Types 📍5.0.0 FHIR Std.
Patient.identifier:bPK.​use Base required IdentifierUse 📍5.0.0 FHIR Std.
Patient.identifier:bPK.​type Base required https://termgit.elga.gv.at/ValueSet/hl7-at-patientidentifier Not State Unknown
Patient.identifier:bPK.​assigner.type Base extensible Resource Types 📍5.0.0 FHIR Std.
Patient.identifier:localPatientId.​use Base required IdentifierUse 📍5.0.0 FHIR Std.
Patient.identifier:localPatientId.​type Base required https://termgit.elga.gv.at/ValueSet/hl7-at-patientidentifier Not State Unknown
Patient.telecom.system Base required ContactPointSystem 📍5.0.0 FHIR Std.
Patient.telecom.use Base required ContactPointUse 📍5.0.0 FHIR Std.
Patient.gender Base required AdministrativeGender 📍5.0.0 FHIR Std.
Patient.contact.relationship Base extensible Patient Contact Relationship 📍5.0.0 FHIR Std.
Patient.contact.name.​use Base required NameUse 📍5.0.0 FHIR Std.
Patient.contact.telecom.​system Base required ContactPointSystem 📍5.0.0 FHIR Std.
Patient.contact.telecom.​use Base required ContactPointUse 📍5.0.0 FHIR Std.
Patient.contact.address.​use Base required AddressUse 📍5.0.0 FHIR Std.
Patient.contact.address.​type Base required AddressType 📍5.0.0 FHIR Std.
Patient.contact.gender Base required AdministrativeGender 📍5.0.0 FHIR Std.
Patient.communication.​language Base required All Languages 📍5.0.0 FHIR Std.
Patient.link.type Base required Link Type 📍5.0.0 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error Patient If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error Patient If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error Patient If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error Patient If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice Patient A resource should have narrative for robust management text.`div`.exists()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error **ALL** extensions Must have either extensions or value[x], not both extension.exists() != value.exists()
mandatory-gemeindecode-for-AUT error Patient Der Gemeindecode ist für inländische Patienten verpflichtend anzugeben address.where(country = 'AUT').extension.where(url = 'http://hl7.at/fhir/HL7ATCoreProfiles/5.0.0/StructureDefinition/at-core-ext-address-municipalityCode').exists()
mandatory-postal-code-for-AUT error Patient Die Postleitzahl ist für inländische Patienten verpflichtend anzugeben address.where(country = 'AUT').postalCode.exists()

This structure is derived from HL7ATCorePatient

Summary

Must-Support: 12 elements
Prohibited: 34 elements

Key Elements View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Patient C 0..* HL7ATCorePatient Information about an individual or animal receiving health care services
Constraints: mandatory-gemeindecode-for-AUT, mandatory-postal-code-for-AUT
... Slices for extension Content/Rules for all slices
.... extension:citizenship S 0..1 (Complex) Nation(s) where the patient claims citizenship
URL: http://hl7.org/fhir/StructureDefinition/patient-citizenship
..... Slices for extension Content/Rules for all slices
...... extension:code 0..1 Extension Extension
....... extension 0..0 Extension
Slice: Unordered, Open by value:url
....... url 1..1 uri "code"
....... value[x] O 1..1 CodeableConcept Staatsbürgerschaft
Binding: https://termgit.elga.gv.at/ValueSet/elga-laendercodes (extensible)
ObligationsActor
SHALL:populate Moped KA Actor
..... url 1..1 uri "http://hl7.org/fhir/StructureDefinition/patient-citizenship"
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
... Slices for identifier Σ 0..* Identifier An identifier for this patient
Slice: Unordered, Open by value:type.coding.code
.... family SOΣ 0..1 string Zuname des Patienten
ObligationsActor
SHALL:populate Moped KA Actor
.... given SOΣ 0..1 string Vorname des Patienten
This repeating element order: Given Names appear in the correct order for presenting the name
ObligationsActor
SHALL:populate Moped KA Actor
... gender SOΣ 1..1 code Administratives Geschlecht des Patienten
Binding: AdministrativeGender (required): The gender of a person used for administrative purposes.
ObligationsActor
SHALL:populate Moped KA Actor
.... Slices for extension Content/Rules for all slices
..... extension:AdministrativeGenderAddition 0..1 Coding Administrative Gender Addition
URL: http://hl7.at/fhir/HL7ATCoreProfiles/5.0.0/StructureDefinition/at-core-ext-gender-administrativeGenderAddition
Binding: https://termgit.elga.gv.at/ValueSet/hl7-at-administrativegender-fhir-extension (required)
... birthDate SOΣ 0..1 date Geburtsdatum des Patienten
ObligationsActor
SHALL:populate Moped KA Actor
.... Slices for extension Content/Rules for all slices
... address SΣ 0..1 HL7ATCoreAddress An address for the individual
.... Slices for extension S 0..1 Extension Extension
Slice: Unordered, Open by value:url
..... extension:municipalityCode SO 0..1 string Wohnsitz – Gemeindecode
URL: http://hl7.at/fhir/HL7ATCoreProfiles/5.0.0/StructureDefinition/at-core-ext-address-municipalityCode
ObligationsActor
SHALL:populate Moped KA Actor
.... line Σ 0..* string Street name, number, direction & P.O. Box etc.
This repeating element order: The order in which lines should appear in an address label
Example General: 137 Nowhere Street
..... Slices for extension Content/Rules for all slices
...... extension:street SO 0..1 string Wohnadresse
URL: http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName
ObligationsActor
SHALL:populate Moped KA Actor
...... extension:streetNumber 0..1 string Number of the street
URL: http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber
...... extension:floorDoorNumber 0..1 string Floor and/or door number
URL: http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-additionalLocator
...... extension:additionalInformation 0..1 string Additional Information
URL: http://hl7.at/fhir/HL7ATCoreProfiles/5.0.0/StructureDefinition/at-core-ext-address-additionalInformation
.... city SOΣ 0..1 string Wohnort
Example General: Erewhon
ObligationsActor
SHALL:populate Moped KA Actor
.... postalCode SOΣ 0..1 string Wohnsitz – Postleitzahl
Example General: 9132
ObligationsActor
SHALL:populate Moped KA Actor
.... country SOΣ 0..1 string Wohnsitz – Staat
ObligationsActor
SHALL:populate Moped KA Actor

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
Patient.extension:citizenship.​extension:code.value[x] Base extensible https://termgit.elga.gv.at/ValueSet/elga-laendercodes Not State Unknown
Patient.extension:PatientReligion.​value[x] Base extensible https://termgit.elga.gv.at/ValueSet/elga-religiousaffiliation Not State Unknown
Patient.identifier:socialSecurityNumber.​use Base required IdentifierUse 📍5.0.0 FHIR Std.
Patient.identifier:bPK.​use Base required IdentifierUse 📍5.0.0 FHIR Std.
Patient.identifier:localPatientId.​use Base required IdentifierUse 📍5.0.0 FHIR Std.
Patient.telecom.use Base required ContactPointUse 📍5.0.0 FHIR Std.
Patient.gender Base required AdministrativeGender 📍5.0.0 FHIR Std.
Patient.communication.​language Base required All Languages 📍5.0.0 FHIR Std.
Patient.link.type Base required Link Type 📍5.0.0 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error Patient If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error Patient If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error Patient If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error Patient If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice Patient A resource should have narrative for robust management text.`div`.exists()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error **ALL** extensions Must have either extensions or value[x], not both extension.exists() != value.exists()
mandatory-gemeindecode-for-AUT error Patient Der Gemeindecode ist für inländische Patienten verpflichtend anzugeben address.where(country = 'AUT').extension.where(url = 'http://hl7.at/fhir/HL7ATCoreProfiles/5.0.0/StructureDefinition/at-core-ext-address-municipalityCode').exists()
mandatory-postal-code-for-AUT error Patient Die Postleitzahl ist für inländische Patienten verpflichtend anzugeben address.where(country = 'AUT').postalCode.exists()

Differential View

This structure is derived from HL7ATCorePatient

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Patient C 0..* HL7ATCorePatient Information about an individual or animal receiving health care services
Constraints: mandatory-gemeindecode-for-AUT, mandatory-postal-code-for-AUT
... implicitRules 0..0 A set of rules under which this content was created
... language 0..0 Language of the resource content
... contained 0..0 Contained, inline Resources
.... extension:citizenship S 0..1 PatCitizenship Nation(s) where the patient claims citizenship
..... Slices for extension Content/Rules for all slices
...... extension:code 0..1 Extension Extension
....... value[x] O 1..1 CodeableConcept Staatsbürgerschaft
ObligationsActor
SHALL:populate Moped KA Actor
...... extension:period 0..0 Extension
.... extension:PatientReligion 0..0 The patient's professed religious affiliations
.... extension:birthPlace 0..0 Place of Birth for patient
... Slices for identifier Content/Rules for all slices
.... identifier:socialSecurityNumber 0..0 An identifier for this patient
.... identifier:bPK 0..0 An identifier for this patient
.... identifier:localPatientId 0..0 An identifier for this patient
... active 0..0 Whether this patient's record is in active use
... name 1..1 HumanName A name associated with the patient
.... use 0..0 usual | official | temp | nickname | anonymous | old | maiden
.... text 0..0 Text representation of the full name
.... family SO 0..1 string Zuname des Patienten
ObligationsActor
SHALL:populate Moped KA Actor
.... given SO 0..1 string Vorname des Patienten
ObligationsActor
SHALL:populate Moped KA Actor
.... prefix 0..0 Parts that come before the name
.... suffix 0..0 Parts that come after the name
.... period 0..0 Time period when name was/is in use
... telecom 0..0 A contact detail for the individual
... gender SO 1..1 code Administratives Geschlecht des Patienten
ObligationsActor
SHALL:populate Moped KA Actor
... birthDate SO 0..1 date Geburtsdatum des Patienten
ObligationsActor
SHALL:populate Moped KA Actor
.... Slices for extension Content/Rules for all slices
..... extension:birthTime 0..0 Time of day of birth
... deceased[x] 0..0 Indicates if the individual is deceased or not
... Slices for deceased[x] Content/Rules for all slices
.... deceased[x]:deceasedBoolean 0..0 Indicates if the individual is deceased or not
.... deceased[x]:deceasedDateTime 0..0 Indicates if the individual is deceased or not
... address S 0..1 HL7ATCoreAddress An address for the individual
.... extension S 0..1 Extension Extension
.... Slices for extension Content/Rules for all slices
..... extension:municipalityCode SO 0..1 AddressMunicipalityCode Wohnsitz – Gemeindecode
ObligationsActor
SHALL:populate Moped KA Actor
.... use 0..0 home | work | temp | old | billing - purpose of this address
.... type 0..0 postal | physical | both
.... text 0..0 Text representation of the address
.... line
..... Slices for extension Content/Rules for all slices
...... extension:street SO 0..1 ADXPStreetName Wohnadresse
ObligationsActor
SHALL:populate Moped KA Actor
.... city SO 0..1 string Wohnort
ObligationsActor
SHALL:populate Moped KA Actor
.... state 0..0 Sub-unit of country (abbreviations ok)
.... postalCode SO 0..1 string Wohnsitz – Postleitzahl
ObligationsActor
SHALL:populate Moped KA Actor
.... country SO 0..1 string Wohnsitz – Staat
ObligationsActor
SHALL:populate Moped KA Actor
... maritalStatus 0..0 Marital (civil) status of a patient
... multipleBirth[x] 0..0 Whether patient is part of a multiple birth
... Slices for multipleBirth[x] Content/Rules for all slices
.... multipleBirth[x]:multipleBirthBoolean 0..0 Whether patient is part of a multiple birth
.... multipleBirth[x]:multipleBirthInteger 0..0 Whether patient is part of a multiple birth
... photo 0..0 Image of the patient
... contact 0..0 A contact party (e.g. guardian, partner, friend) for the patient
... communication 0..0 A language which may be used to communicate with the patient about his or her health
... generalPractitioner 0..0 Patient's nominated primary care provider
... managingOrganization 0..0 Organization that is the custodian of the patient record
... link 0..0 Link to a Patient or RelatedPerson resource that concerns the same actual individual

doco Documentation for this format

Constraints

Id Grade Path(s) Description Expression
mandatory-gemeindecode-for-AUT error Patient Der Gemeindecode ist für inländische Patienten verpflichtend anzugeben address.where(country = 'AUT').extension.where(url = 'http://hl7.at/fhir/HL7ATCoreProfiles/5.0.0/StructureDefinition/at-core-ext-address-municipalityCode').exists()
mandatory-postal-code-for-AUT error Patient Die Postleitzahl ist für inländische Patienten verpflichtend anzugeben address.where(country = 'AUT').postalCode.exists()

Snapshot View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Patient C 0..* HL7ATCorePatient Information about an individual or animal receiving health care services
Constraints: mandatory-gemeindecode-for-AUT, mandatory-postal-code-for-AUT
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... text 0..1 Narrative Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
.... extension:citizenship S 0..1 (Complex) Nation(s) where the patient claims citizenship
URL: http://hl7.org/fhir/StructureDefinition/patient-citizenship
..... id 0..1 id Unique id for inter-element referencing
..... Slices for extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... extension:code 0..1 Extension Extension
....... id 0..1 id Unique id for inter-element referencing
....... extension 0..0 Extension
Slice: Unordered, Open by value:url
....... url 1..1 uri "code"
....... value[x] O 1..1 CodeableConcept Staatsbürgerschaft
Binding: https://termgit.elga.gv.at/ValueSet/elga-laendercodes (extensible)
ObligationsActor
SHALL:populate Moped KA Actor
..... url 1..1 uri "http://hl7.org/fhir/StructureDefinition/patient-citizenship"
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
... Slices for identifier Σ 0..* Identifier An identifier for this patient
Slice: Unordered, Open by value:type.coding.code
... name Σ 1..1 HumanName A name associated with the patient
.... id 0..1 id Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... family SOΣ 0..1 string Zuname des Patienten
ObligationsActor
SHALL:populate Moped KA Actor
.... given SOΣ 0..1 string Vorname des Patienten
This repeating element order: Given Names appear in the correct order for presenting the name
ObligationsActor
SHALL:populate Moped KA Actor
... gender SOΣ 1..1 code Administratives Geschlecht des Patienten
Binding: AdministrativeGender (required): The gender of a person used for administrative purposes.
ObligationsActor
SHALL:populate Moped KA Actor
.... id 0..1 string xml:id (or equivalent in JSON)
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:AdministrativeGenderAddition 0..1 Coding Administrative Gender Addition
URL: http://hl7.at/fhir/HL7ATCoreProfiles/5.0.0/StructureDefinition/at-core-ext-gender-administrativeGenderAddition
Binding: https://termgit.elga.gv.at/ValueSet/hl7-at-administrativegender-fhir-extension (required)
.... value 0..1 code Primitive value for code
... birthDate SOΣ 0..1 date Geburtsdatum des Patienten
ObligationsActor
SHALL:populate Moped KA Actor
.... id 0..1 string xml:id (or equivalent in JSON)
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
.... value 0..1 date Primitive value for date
... address SΣ 0..1 HL7ATCoreAddress An address for the individual
.... id 0..1 id Unique id for inter-element referencing
.... Slices for extension S 0..1 Extension Extension
Slice: Unordered, Open by value:url
..... extension:municipalityCode SO 0..1 string Wohnsitz – Gemeindecode
URL: http://hl7.at/fhir/HL7ATCoreProfiles/5.0.0/StructureDefinition/at-core-ext-address-municipalityCode
ObligationsActor
SHALL:populate Moped KA Actor
.... line Σ 0..* string Street name, number, direction & P.O. Box etc.
This repeating element order: The order in which lines should appear in an address label
Example General: 137 Nowhere Street
..... id 0..1 string xml:id (or equivalent in JSON)
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:street SO 0..1 string Wohnadresse
URL: http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName
ObligationsActor
SHALL:populate Moped KA Actor
...... extension:streetNumber 0..1 string Number of the street
URL: http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber
...... extension:floorDoorNumber 0..1 string Floor and/or door number
URL: http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-additionalLocator
...... extension:additionalInformation 0..1 string Additional Information
URL: http://hl7.at/fhir/HL7ATCoreProfiles/5.0.0/StructureDefinition/at-core-ext-address-additionalInformation
..... value 0..1 string Primitive value for string
Max Length:1048576
.... city SOΣ 0..1 string Wohnort
Example General: Erewhon
ObligationsActor
SHALL:populate Moped KA Actor
.... postalCode SOΣ 0..1 string Wohnsitz – Postleitzahl
Example General: 9132
ObligationsActor
SHALL:populate Moped KA Actor
.... country SOΣ 0..1 string Wohnsitz – Staat
ObligationsActor
SHALL:populate Moped KA Actor

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
Patient.extension:citizenship.​extension:code.value[x] Base extensible https://termgit.elga.gv.at/ValueSet/elga-laendercodes Not State Unknown
Patient.extension:PatientReligion.​value[x] Base extensible https://termgit.elga.gv.at/ValueSet/elga-religiousaffiliation Not State Unknown
Patient.identifier:socialSecurityNumber.​use Base required IdentifierUse 📍5.0.0 FHIR Std.
Patient.identifier:socialSecurityNumber.​type Base required https://termgit.elga.gv.at/ValueSet/hl7-at-patientidentifier Not State Unknown
Patient.identifier:socialSecurityNumber.​assigner.type Base extensible Resource Types 📍5.0.0 FHIR Std.
Patient.identifier:bPK.​use Base required IdentifierUse 📍5.0.0 FHIR Std.
Patient.identifier:bPK.​type Base required https://termgit.elga.gv.at/ValueSet/hl7-at-patientidentifier Not State Unknown
Patient.identifier:bPK.​assigner.type Base extensible Resource Types 📍5.0.0 FHIR Std.
Patient.identifier:localPatientId.​use Base required IdentifierUse 📍5.0.0 FHIR Std.
Patient.identifier:localPatientId.​type Base required https://termgit.elga.gv.at/ValueSet/hl7-at-patientidentifier Not State Unknown
Patient.telecom.system Base required ContactPointSystem 📍5.0.0 FHIR Std.
Patient.telecom.use Base required ContactPointUse 📍5.0.0 FHIR Std.
Patient.gender Base required AdministrativeGender 📍5.0.0 FHIR Std.
Patient.contact.relationship Base extensible Patient Contact Relationship 📍5.0.0 FHIR Std.
Patient.contact.name.​use Base required NameUse 📍5.0.0 FHIR Std.
Patient.contact.telecom.​system Base required ContactPointSystem 📍5.0.0 FHIR Std.
Patient.contact.telecom.​use Base required ContactPointUse 📍5.0.0 FHIR Std.
Patient.contact.address.​use Base required AddressUse 📍5.0.0 FHIR Std.
Patient.contact.address.​type Base required AddressType 📍5.0.0 FHIR Std.
Patient.contact.gender Base required AdministrativeGender 📍5.0.0 FHIR Std.
Patient.communication.​language Base required All Languages 📍5.0.0 FHIR Std.
Patient.link.type Base required Link Type 📍5.0.0 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error Patient If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error Patient If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error Patient If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error Patient If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice Patient A resource should have narrative for robust management text.`div`.exists()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error **ALL** extensions Must have either extensions or value[x], not both extension.exists() != value.exists()
mandatory-gemeindecode-for-AUT error Patient Der Gemeindecode ist für inländische Patienten verpflichtend anzugeben address.where(country = 'AUT').extension.where(url = 'http://hl7.at/fhir/HL7ATCoreProfiles/5.0.0/StructureDefinition/at-core-ext-address-municipalityCode').exists()
mandatory-postal-code-for-AUT error Patient Die Postleitzahl ist für inländische Patienten verpflichtend anzugeben address.where(country = 'AUT').postalCode.exists()

This structure is derived from HL7ATCorePatient

Summary

Must-Support: 12 elements
Prohibited: 34 elements

 

Other representations of profile: CSV, Excel, Schematron