{ "description": "Adds several Israel-specific extensions and constraints, plus geocode extension to the Address datatype", "_filename": "StructureDefinition-il-core-address.json", "package_name": "il.core.fhir.r4", "date": "2024-04-07", "derivation": "constraint", "publisher": "Israel Core Team", "fhirVersion": "4.0.1", "jurisdiction": [ { "coding": [ { "code": "IL", "system": "urn:iso:std:iso:3166" } ] } ], "name": "ILCoreAddress", "abstract": false, "copyright": "Israeli Ministry of Health", "type": "Address", "experimental": null, "resourceType": "StructureDefinition", "title": "ILCore Address Profile", "package_version": "0.14.0", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", "valueCode": "trial-use" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", "valueInteger": 1 } ], "status": "draft", "id": "3f29f38b-5ea4-48d4-bc87-7c256e1025c3", "kind": "complex-type", "url": "http://fhir.health.gov.il/StructureDefinition/il-core-address", "version": "0.14.0", "differential": { "element": [ { "id": "Address.extension:geolocation", "max": "1", "min": 0, "path": "Address.extension", "type": [ { "code": "Extension", "profile": [ "http://hl7.org/fhir/StructureDefinition/geolocation" ] } ], "short": "geolocation", "sliceName": "geolocation", "definition": "An absolute geographic location" }, { "id": "Address.extension:statArea", "max": "*", "min": 0, "path": "Address.extension", "type": [ { "code": "Extension", "profile": [ "http://fhir.health.gov.il/StructureDefinition/ext-statistical-area" ] } ], "short": "Extension: Statistical Area", "sliceName": "statArea", "definition": "Extension: Statistical Area. Subdivisions of cities for statistical purposes" }, { "id": "Address.line", "path": "Address.line", "example": [ { "label": "Valid Example", "valueString": "הירקון 1א' דירה 4 תל אביב" } ], "mustSupport": true }, { "id": "Address.line.extension", "path": "Address.line.extension", "slicing": { "rules": "open", "ordered": false, "discriminator": [ { "path": "url", "type": "value" } ] } }, { "path": "Address.line.extension", "min": 0, "definition": "The street name of the address", "short": "Extension: street name", "type": [ { "code": "Extension", "profile": [ "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName" ] } ], "mustSupport": true, "sliceName": "streetName", "max": "1", "id": "Address.line.extension:streetName" }, { "path": "Address.line.extension", "min": 0, "definition": "The number of a building, house or lot alongside the street. Also known as \"primary street number\". This does not number the street but rather the building.", "short": "Extension: house number", "type": [ { "code": "Extension", "profile": [ "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber" ] } ], "mustSupport": true, "sliceName": "houseNumber", "max": "1", "id": "Address.line.extension:houseNumber" }, { "id": "Address.line.extension:buildingNumberSuffix", "max": "1", "min": 0, "path": "Address.line.extension", "type": [ { "code": "Extension", "profile": [ "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-buildingNumberSuffix" ] } ], "short": "Extension: building suffix", "sliceName": "buildingNumberSuffix", "definition": "The building suffix (כניסה)" }, { "id": "Address.line.extension:unitId", "max": "1", "min": 0, "path": "Address.line.extension", "type": [ { "code": "Extension", "profile": [ "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-unitID" ] } ], "short": "unit id", "sliceName": "unitId", "definition": "The unit ID e.g., Apt#, Room" }, { "id": "Address.line.extension:postBox", "max": "1", "min": 0, "path": "Address.line.extension", "type": [ { "code": "Extension", "profile": [ "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-postBox" ] } ], "short": "Extension: post box", "sliceName": "postBox", "definition": "The post box number of the address" }, { "id": "Address.city", "path": "Address.city", "example": [ { "label": "Valid Example", "valueString": "ירושלים" } ], "mustSupport": true }, { "id": "Address.city.extension", "path": "Address.city.extension", "slicing": { "rules": "open", "ordered": false, "discriminator": [ { "path": "url", "type": "value" } ] } }, { "id": "Address.city.extension:cityCode", "max": "1", "min": 0, "path": "Address.city.extension", "type": [ { "code": "Extension", "profile": [ "http://fhir.health.gov.il/StructureDefinition/ext-city-code" ] } ], "short": "city code", "sliceName": "cityCode", "definition": "A coded representation of the city, town or settlement" }, { "id": "Address.postalCode", "path": "Address.postalCode", "example": [ { "label": "Valid Example", "valueString": "6964101" } ], "mustSupport": true }, { "id": "Address.country", "path": "Address.country", "binding": { "strength": "required", "valueSet": "http://fhir.health.gov.il/ValueSet/il-core-jurisdiction" } }, { "id": "Address.period", "path": "Address.period", "mustSupport": true } ] }, "contact": [ { "telecom": [ { "use": "work", "value": "tal.primak@moh.gov.il", "system": "email" } ] } ], "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Address" }