{ "description": "A coded representation of the city, town or settlement", "_filename": "StructureDefinition-ext-city-code.json", "package_name": "il.core.fhir.r4.2023", "date": null, "derivation": "constraint", "publisher": null, "fhirVersion": "4.0.1", "name": "CityCode", "mapping": [ { "uri": "http://hl7.org/v3", "name": "RIM Mapping", "identity": "rim" } ], "abstract": false, "type": "Extension", "experimental": null, "resourceType": "StructureDefinition", "title": "Ext: City Code", "package_version": "0.1.0", "status": "draft", "id": "f5251124-a79f-4a55-9f36-8191913e803a", "kind": "complex-type", "url": "http://fhir.health.gov.il/StructureDefinition/ext-city-code", "context": [ { "type": "element", "expression": "Address.city" } ], "version": "0.12.1", "differential": { "element": [ { "id": "Extension", "path": "Extension", "short": "Ext: City Code", "definition": "A coded representation of the city, town or settlement" }, { "id": "Extension.extension", "max": "0", "path": "Extension.extension" }, { "id": "Extension.url", "path": "Extension.url", "fixedUri": "http://fhir.health.gov.il/StructureDefinition/ext-city-code" }, { "id": "Extension.value[x]", "path": "Extension.value[x]", "type": [ { "code": "CodeableConcept" } ], "binding": { "strength": "required", "valueSet": "http://fhir.health.gov.il/ValueSet/city-symbol" }, "example": [ { "label": "Valid Example", "valueCodeableConcept": { "coding": [ { "code": "4000", "system": "http://fhir.health.gov.il/cs/city-symbol", "display": "חיפה" } ] } } ] } ] }, "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" }