Package | hl7.fhir.eu.imaging-manifest-r5 |
Type | StructureDefinition |
Id | EHDSAddress |
FHIR Version | R5 |
Source | http://hl7.eu/fhir/imaging-manifest-r5/https://build.fhir.org/ig/hl7-eu/imaging-manifest/StructureDefinition-EHDSAddress.html |
URL | https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSAddress |
Version | 0.1.0 |
Status | draft |
Date | 2025-03-21T08:17:12+00:00 |
Name | EHDSAddress |
Title | Address model |
Realm | eu |
Authority | hl7 |
Description | C.5 - EHDS refined base model for Address structure |
Copyright | Used by permission of HL7 Europe, all rights reserved Creative Commons License |
Type | https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSAddress |
Kind | logical |
ConceptMap | |
EHDSAddressMap | EHDSAddress Mapping |
EHDSAddressMap | EHDSAddress Mapping |
StructureDefinition | |
EHDSHealthProfessional | Health professional model |
EHDSLocation | Location model |
EHDSOrganization | Organization model |
EHDSPatient | Patient model |
EHDSRelatedPerson | Related person model |
EHDSOrganisation | Organisation model |
EHDSPatientAnimal | Patient Animal model |
EHDSHealthProfessional | Health professional model |
EHDSLocation | Location model |
EHDSOrganization | Organization model |
EHDSPatient | Patient model |
EHDSRelatedPerson | Related person model |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: StructureDefinition EHDSAddress
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
![]() ![]() | 0..* | Base | Address model Instances of this logical model can be the target of a Reference | |
![]() ![]() ![]() | 0..1 | CodeableConcept | C.5.1 - Use Binding Description: (preferred): HL7 AddressUse | |
![]() ![]() ![]() | 0..1 | CodeableConcept | C.5.2 - Type Binding Description: (preferred): HL7 AddressType | |
![]() ![]() ![]() | 1..1 | string | C.5.3 - Text | |
![]() ![]() ![]() | 0..1 | string | C.5.4 - Street | |
![]() ![]() ![]() | 0..1 | string | C.5.5 - House number | |
![]() ![]() ![]() | 0..1 | string | C.5.6 - P.O. Box | |
![]() ![]() ![]() | 0..1 | string | C.5.7 - City | |
![]() ![]() ![]() | 0..1 | string | C.5.8 - Postal code | |
![]() ![]() ![]() | 0..1 | CodeableConcept | C.5.9 - Country Binding Description: (preferred): ISO 3166-1-2 | |
{ "resourceType": "StructureDefinition", "id": "EHDSAddress", "text": { "status": "extensions", "div": "<!-- snip (see above) -->" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", "valueCode": "can-be-target" } ], "url": "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSAddress", "version": "0.1.0", "name": "EHDSAddress", "title": "Address model", "status": "draft", "date": "2025-03-21T08:17:12+00:00", "publisher": "HL7 Europe", "contact": [ { "name": "Xt-EHR", "telecom": [ { "system": "url", "value": "http://Xt-EHR.eu" } ] } ], "description": "C.5 - EHDS refined base model for Address structure", "jurisdiction": [ { "coding": [ { "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", "code": "150", "display": "Europe" } ] } ], "copyright": "Used by permission of HL7 Europe, all rights reserved Creative Commons License", "fhirVersion": "5.0.0", "mapping": [ { "identity": "rim", "uri": "http://hl7.org/v3", "name": "RIM Mapping" } ], "kind": "logical", "abstract": false, "type": "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSAddress", "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base", "derivation": "specialization", "snapshot": { "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version", "valueString": "5.0.0" } ], "element": [ { "id": "EHDSAddress", "path": "EHDSAddress", "short": "Address model", "definition": "C.5 - EHDS refined base model for Address structure", "min": 0, "max": "*", "base": { "path": "Base", "min": 0, "max": "*" }, "isModifier": false, "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "id": "EHDSAddress.use", "path": "EHDSAddress.use", "short": "C.5.1 - Use", "definition": "Purpose of the address", "min": 0, "max": "1", "base": { "path": "EHDSAddress.use", "min": 0, "max": "1" }, "type": [ { "code": "CodeableConcept" } ], "binding": { "strength": "preferred", "description": "HL7 AddressUse" } }, { "id": "EHDSAddress.type", "path": "EHDSAddress.type", "short": "C.5.2 - Type", "definition": "Distinguishes between physical addresses (those you can visit) and mailing addresses (e.g. PO Boxes and care-of addresses). Most addresses are both.", "min": 0, "max": "1", "base": { "path": "EHDSAddress.type", "min": 0, "max": "1" }, "type": [ { "code": "CodeableConcept" } ], "binding": { "strength": "preferred", "description": "HL7 AddressType" } }, { "id": "EHDSAddress.text", "path": "EHDSAddress.text", "short": "C.5.3 - Text", "definition": "Text represenation of the address", "min": 1, "max": "1", "base": { "path": "EHDSAddress.text", "min": 1, "max": "1" }, "type": [ { "code": "string" } ] }, { "id": "EHDSAddress.street", "path": "EHDSAddress.street", "short": "C.5.4 - Street", "definition": "Name of the street", "min": 0, "max": "1", "base": { "path": "EHDSAddress.street", "min": 0, "max": "1" }, "type": [ { "code": "string" } ] }, { "id": "EHDSAddress.houseNumber", "path": "EHDSAddress.houseNumber", "short": "C.5.5 - House number", "definition": "House number", "min": 0, "max": "1", "base": { "path": "EHDSAddress.houseNumber", "min": 0, "max": "1" }, "type": [ { "code": "string" } ] }, { "id": "EHDSAddress.pOBox", "path": "EHDSAddress.pOBox", "short": "C.5.6 - P.O. Box", "definition": "Post box", "min": 0, "max": "1", "base": { "path": "EHDSAddress.pOBox", "min": 0, "max": "1" }, "type": [ { "code": "string" } ] }, { "id": "EHDSAddress.city", "path": "EHDSAddress.city", "short": "C.5.7 - City", "definition": "City", "min": 0, "max": "1", "base": { "path": "EHDSAddress.city", "min": 0, "max": "1" }, "type": [ { "code": "string" } ] }, { "id": "EHDSAddress.postalCode", "path": "EHDSAddress.postalCode", "short": "C.5.8 - Postal code", "definition": "Postal code", "min": 0, "max": "1", "base": { "path": "EHDSAddress.postalCode", "min": 0, "max": "1" }, "type": [ { "code": "string" } ] }, { "id": "EHDSAddress.country", "path": "EHDSAddress.country", "short": "C.5.9 - Country", "definition": "Country name and country code", "min": 0, "max": "1", "base": { "path": "EHDSAddress.country", "min": 0, "max": "1" }, "type": [ { "code": "CodeableConcept" } ], "binding": { "strength": "preferred", "description": "ISO 3166-1-2" } } ] }, "differential": { "element": [ { "id": "EHDSAddress", "path": "EHDSAddress", "short": "Address model", "definition": "C.5 - EHDS refined base model for Address structure" }, { "id": "EHDSAddress.use", "path": "EHDSAddress.use", "short": "C.5.1 - Use", "definition": "Purpose of the address", "min": 0, "max": "1", "type": [ { "code": "CodeableConcept" } ], "binding": { "strength": "preferred", "description": "HL7 AddressUse" } }, { "id": "EHDSAddress.type", "path": "EHDSAddress.type", "short": "C.5.2 - Type", "definition": "Distinguishes between physical addresses (those you can visit) and mailing addresses (e.g. PO Boxes and care-of addresses). Most addresses are both.", "min": 0, "max": "1", "type": [ { "code": "CodeableConcept" } ], "binding": { "strength": "preferred", "description": "HL7 AddressType" } }, { "id": "EHDSAddress.text", "path": "EHDSAddress.text", "short": "C.5.3 - Text", "definition": "Text represenation of the address", "min": 1, "max": "1", "type": [ { "code": "string" } ] }, { "id": "EHDSAddress.street", "path": "EHDSAddress.street", "short": "C.5.4 - Street", "definition": "Name of the street", "min": 0, "max": "1", "type": [ { "code": "string" } ] }, { "id": "EHDSAddress.houseNumber", "path": "EHDSAddress.houseNumber", "short": "C.5.5 - House number", "definition": "House number", "min": 0, "max": "1", "type": [ { "code": "string" } ] }, { "id": "EHDSAddress.pOBox", "path": "EHDSAddress.pOBox", "short": "C.5.6 - P.O. Box", "definition": "Post box", "min": 0, "max": "1", "type": [ { "code": "string" } ] }, { "id": "EHDSAddress.city", "path": "EHDSAddress.city", "short": "C.5.7 - City", "definition": "City", "min": 0, "max": "1", "type": [ { "code": "string" } ] }, { "id": "EHDSAddress.postalCode", "path": "EHDSAddress.postalCode", "short": "C.5.8 - Postal code", "definition": "Postal code", "min": 0, "max": "1", "type": [ { "code": "string" } ] }, { "id": "EHDSAddress.country", "path": "EHDSAddress.country", "short": "C.5.9 - Country", "definition": "Country name and country code", "min": 0, "max": "1", "type": [ { "code": "CodeableConcept" } ], "binding": { "strength": "preferred", "description": "ISO 3166-1-2" } } ] } }