{ "description": "HL7® Austria FHIR® Core Profile to use the profile for address data in Austria on the datatype ExtendedContactDetail.", "_filename": "StructureDefinition-at-core-extendedContactDetail.json", "package_name": "hl7.at.fhir.core.r5", "date": "2025-01-24T14:20:16+00:00", "derivation": "constraint", "publisher": "HL7® Austria, TC FHIR®", "fhirVersion": "5.0.0", "name": "HL7ATCoreExtendedContactDetail", "mapping": [ { "uri": "http://hl7.org/v3", "name": "RIM Mapping", "identity": "rim" } ], "abstract": false, "type": "ExtendedContactDetail", "experimental": null, "resourceType": "StructureDefinition", "title": "HL7® AT Core ExtendedContactDetail Profile", "package_version": "2.0.0", "snapshot": { "element": [ { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "ExtendedContactDetail", "min": 0, "definition": "Specifies contact information for a specific purpose over a period of time, might be handled/monitored by a specific named person or organization.", "isModifier": false, "short": "Contact information", "mapping": [ { "map": "n/a", "identity": "rim" } ], "max": "*", "id": "ExtendedContactDetail", "comment": "This datatype may be sparsely populated, i.e. only contain a purpose and phone number or address, but other cases could be completed filled out.", "base": { "max": "*", "min": 0, "path": "ExtendedContactDetail" } }, { "path": "ExtendedContactDetail.id", "min": 0, "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "isModifier": false, "short": "Unique id for inter-element referencing", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/fhirpath/System.String", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", "valueUrl": "id" } ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "ExtendedContactDetail.id", "condition": [ "ele-1" ], "base": { "max": "1", "min": 0, "path": "Element.id" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "ExtendedContactDetail.extension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "isModifier": false, "short": "Additional content defined by implementations", "mapping": [ { "map": "n/a", "identity": "rim" } ], "slicing": { "rules": "open", "description": "Extensions are always sliced by (at least) url", "discriminator": [ { "path": "url", "type": "value" } ] }, "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "ExtendedContactDetail.extension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "Element.extension" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "ExtendedContactDetail.purpose", "min": 0, "definition": "The purpose/type of contact.", "isModifier": false, "short": "The type of contact", "type": [ { "code": "CodeableConcept" } ], "binding": { "strength": "preferred", "valueSet": "http://terminology.hl7.org/ValueSet/contactentity-type", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "Purpose" } ], "description": "The purpose for which an extended contact detail should be used." }, "max": "1", "id": "ExtendedContactDetail.purpose", "comment": "If no purpose is defined, then these contact details may be used for any purpose.", "base": { "max": "1", "min": 0, "path": "ExtendedContactDetail.purpose" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "ExtendedContactDetail.name", "min": 0, "definition": "The name of an individual to contact, some types of contact detail are usually blank.", "isModifier": false, "short": "Name of an individual to contact", "type": [ { "code": "HumanName" } ], "max": "*", "id": "ExtendedContactDetail.name", "comment": "If there is no named individual, the telecom/address information is not generally monitored by a specific individual.", "base": { "max": "*", "min": 0, "path": "ExtendedContactDetail.name" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "ExtendedContactDetail.telecom", "min": 0, "definition": "The contact details application for the purpose defined.", "isModifier": false, "short": "Contact details (e.g.phone/fax/url)", "type": [ { "code": "ContactPoint" } ], "max": "*", "id": "ExtendedContactDetail.telecom", "base": { "max": "*", "min": 0, "path": "ExtendedContactDetail.telecom" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "ExtendedContactDetail.address", "min": 0, "definition": "Address for the contact.", "isModifier": false, "short": "Address for the contact", "type": [ { "code": "Address", "profile": [ "http://hl7.at/fhir/HL7ATCoreProfiles/5.0.0/StructureDefinition/at-core-address" ] } ], "max": "1", "id": "ExtendedContactDetail.address", "comment": "More than 1 address would be for different purposes, and thus should be entered as a different entry,.", "base": { "max": "1", "min": 0, "path": "ExtendedContactDetail.address" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "ExtendedContactDetail.organization", "requirements": "Some specific types of contact information can be an handled by an organization (eg legal council is via a specific firm).", "min": 0, "definition": "This contact detail is handled/monitored by a specific organization. If the name is provided in the contact, then it is referring to the named individual within this organization.", "isModifier": false, "short": "This contact detail is handled/monitored by a specific organization", "type": [ { "code": "Reference", "targetProfile": [ "http://hl7.at/fhir/HL7ATCoreProfiles/5.0.0/StructureDefinition/at-core-organization" ] } ], "max": "1", "id": "ExtendedContactDetail.organization", "base": { "max": "1", "min": 0, "path": "ExtendedContactDetail.organization" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "ExtendedContactDetail.period", "min": 0, "definition": "Period that this contact was valid for usage.", "isModifier": false, "short": "Period that this contact was valid for usage", "type": [ { "code": "Period" } ], "max": "1", "id": "ExtendedContactDetail.period", "comment": "If the details have multiple periods, then enter in a new ExtendedContact with the new period.", "base": { "max": "1", "min": 0, "path": "ExtendedContactDetail.period" }, "isSummary": true } ] }, "status": "active", "id": "8e6a36ef-a96e-474f-aaed-78a36f18ff88", "kind": "complex-type", "url": "http://hl7.at/fhir/HL7ATCoreProfiles/5.0.0/StructureDefinition/at-core-extendedContactDetail", "version": "2.0.0", "differential": { "element": [ { "id": "ExtendedContactDetail", "path": "ExtendedContactDetail" }, { "id": "ExtendedContactDetail.address", "path": "ExtendedContactDetail.address", "type": [ { "code": "Address", "profile": [ "http://hl7.at/fhir/HL7ATCoreProfiles/5.0.0/StructureDefinition/at-core-address" ] } ] }, { "id": "ExtendedContactDetail.organization", "path": "ExtendedContactDetail.organization", "type": [ { "code": "Reference", "targetProfile": [ "http://hl7.at/fhir/HL7ATCoreProfiles/5.0.0/StructureDefinition/at-core-organization" ] } ] } ] }, "contact": [ { "name": "HL7® Austria, TC FHIR®", "telecom": [ { "value": "https://hl7.at/technische-komitees/tc-fhir/", "system": "url" } ] }, { "name": "Technical Committee for FHIR® at HL7® Austria", "telecom": [ { "value": "mailto:tc-fhir@hl7.at", "system": "email" } ] } ], "baseDefinition": "http://hl7.org/fhir/StructureDefinition/ExtendedContactDetail" }