FHIR IG analytics
Resources that use this resource
| StructureDefinition |
| se.electronichealth.fhir.nppr.r5#0.1.0-alpha | NPPRPatient | NPPRPatient |
| se.electronichealth.fhir.nppr.r5#0.1.0-alpha | NPPRPerson | NPPRPerson |
| se.electronichealth.fhir.nppr.r5#0.1.0-alpha | NPPRPractitioner | NPPRPractitioner |
| se.electronichealth.fhir.nppr.r5#0.1.0-alpha | NPPRPractitionerRole | NPPRPractitionerRole |
| se.electronichealth.fhir.nppr.r5#0.1.0-alpha | NPPRRelatedPerson | NPPRRelatedPerson |
Resources that this resource uses
Narrative
No narrative content found in resource
Source1
{
"resourceType": "StructureDefinition",
"id": "NPPRAddress",
"url": "http://electronichealth.se/fhir/NPPR/StructureDefinition/NPPRAddress",
"version": "0.1",
"name": "NPPRAddress",
"status": "draft",
"description": "Profile for representing address details, to include official address type.",
"fhirVersion": "5.0.0",
"kind": "complex-type",
"abstract": false,
"type": "Address",
"baseDefinition": "http://hl7.eu/fhir/base-r5/StructureDefinition/Address-eu",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Address.extension:officialAddressType",
"path": "Address.extension",
"sliceName": "officialAddressType",
"min": 0,
"max": "1",
"type": [
{
"code": "Extension",
"profile": [
"http://electronichealth.se/fhir/NPPR/StructureDefinition/NPPROfficialAddressTypeExtension"
]
}
],
"mustSupport": true
},
{
"id": "Address.use",
"path": "Address.use",
"mustSupport": true
},
{
"id": "Address.type",
"path": "Address.type",
"mustSupport": true
},
{
"id": "Address.line",
"path": "Address.line",
"mustSupport": true
},
{
"id": "Address.line.extension:streetName",
"path": "Address.line.extension",
"sliceName": "streetName",
"max": "1",
"mustSupport": true
},
{
"id": "Address.line.extension:houseNumber",
"path": "Address.line.extension",
"sliceName": "houseNumber",
"max": "1",
"mustSupport": true
},
{
"id": "Address.line.extension:postBox",
"path": "Address.line.extension",
"sliceName": "postBox",
"max": "1",
"mustSupport": true
},
{
"id": "Address.line.value",
"path": "Address.line.value",
"mustSupport": true
},
{
"id": "Address.city",
"path": "Address.city",
"mustSupport": true
},
{
"id": "Address.postalCode",
"path": "Address.postalCode",
"mustSupport": true
},
{
"id": "Address.country",
"path": "Address.country",
"mustSupport": true
},
{
"id": "Address.country.extension:countryCode",
"path": "Address.country.extension",
"sliceName": "countryCode",
"mustSupport": true
},
{
"id": "Address.period",
"path": "Address.period",
"min": 1,
"mustSupport": true
},
{
"id": "Address.period.start",
"path": "Address.period.start",
"min": 1,
"mustSupport": true
},
{
"id": "Address.period.end",
"path": "Address.period.end",
"mustSupport": true
}
]
}
}