{
"description": "Base StructureDefinition for ExtendedContactDetail Type: Specifies contact information for a specific purpose over a period of time, might be handled/monitored by a specific named person or organization.",
"_filename": "StructureDefinition-ExtendedContactDetail.json",
"package_name": "hl7.fhir.r5.core",
"date": "2022-07-18T14:56:19+10:00",
"derivation": "specialization",
"publisher": "HL7 FHIR Standard",
"fhirVersion": "4.6.0",
"purpose": "Need to track contact and address information in the same way across multiple resources.",
"name": "ExtendedContactDetail",
"mapping": [ {
"uri": "http://hl7.org/v3",
"name": "RIM Mapping",
"identity": "rim"
} ],
"abstract": false,
"type": "ExtendedContactDetail",
"experimental": "false",
"resourceType": "StructureDefinition",
"title": null,
"package_version": "5.0.0-snapshot2",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "trial-use"
} ],
"snapshot": {
"element": [ {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"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"
} ],
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "trial-use"
} ],
"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",
"base": {
"max": "1",
"min": 0,
"path": "Element.id"
},
"isSummary": false
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"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",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
"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 manageable, 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",
"xpath": "@value|f:*|h:div",
"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"
} ],
"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",
"xpath": "@value|f:*|h:div",
"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": "1",
"id": "ExtendedContactDetail.name",
"comment": "If there is no named individual, the telecom/address information is not generally monitored by a specific individual.",
"base": {
"max": "1",
"min": 0,
"path": "ExtendedContactDetail.name"
},
"isSummary": true
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"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",
"xpath": "@value|f:*|h:div",
"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"
} ],
"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",
"xpath": "@value|f:*|h:div",
"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.",
"isModifier": false,
"short": "Organization",
"type": [ {
"code": "Reference",
"targetProfile": [ "http://hl7.org/fhir/StructureDefinition/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",
"xpath": "@value|f:*|h:div",
"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": "draft",
"id": "6cad2be4-22cb-446a-9f43-fe401c28b129",
"kind": "complex-type",
"url": "http://hl7.org/fhir/StructureDefinition/ExtendedContactDetail",
"version": "4.6.0",
"differential": {
"element": [ {
"id": "ExtendedContactDetail",
"max": "*",
"min": 0,
"path": "ExtendedContactDetail",
"short": "Contact information",
"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.",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "trial-use"
} ],
"definition": "Specifies contact information for a specific purpose over a period of time, might be handled/monitored by a specific named person or organization."
}, {
"path": "ExtendedContactDetail.purpose",
"min": 0,
"definition": "The purpose/type of contact.",
"short": "The type of contact",
"type": [ {
"code": "CodeableConcept"
} ],
"max": "1",
"id": "ExtendedContactDetail.purpose",
"comment": "If no purpose is defined, then these contact details may be used for any purpose.",
"isSummary": true
}, {
"path": "ExtendedContactDetail.name",
"min": 0,
"definition": "The name of an individual to contact, some types of contact detail are usually blank.",
"short": "Name of an individual to contact",
"type": [ {
"code": "HumanName"
} ],
"max": "1",
"id": "ExtendedContactDetail.name",
"comment": "If there is no named individual, the telecom/address information is not generally monitored by a specific individual.",
"isSummary": true
}, {
"id": "ExtendedContactDetail.telecom",
"max": "*",
"min": 0,
"path": "ExtendedContactDetail.telecom",
"type": [ {
"code": "ContactPoint"
} ],
"short": "Contact details (e.g.phone/fax/url)",
"isSummary": true,
"definition": "The contact details application for the purpose defined."
}, {
"path": "ExtendedContactDetail.address",
"min": 0,
"definition": "Address for the contact.",
"short": "Address for the contact",
"type": [ {
"code": "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,.",
"isSummary": true
}, {
"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.",
"short": "Organization",
"type": [ {
"code": "Reference",
"targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Organization" ]
} ],
"max": "1",
"id": "ExtendedContactDetail.organization",
"isSummary": true
}, {
"path": "ExtendedContactDetail.period",
"min": 0,
"definition": "Period that this contact was valid for usage.",
"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.",
"isSummary": true
} ]
},
"contact": [ {
"telecom": [ {
"value": "http://hl7.org/fhir",
"system": "url"
} ]
} ],
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/DataType"
}