FHIR IG Statistics: StructureDefinition/address-purpose
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
No Narrative Content
Source
{
"resourceType": "StructureDefinition",
"meta": {
"lastUpdated": "2024-07-30T20:09:09.6261531+00:00"
},
"text": {
"status": "empty",
"div": "<!-- snip (see above) -->"
},
"url": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-phsd-ext-address-purpose",
"version": "1.0.0",
"name": "AddressPurpose",
"title": "PPR Address Purpose Extension",
"status": "draft",
"date": "2019-02-11T18:42:24.8677833+00:00",
"fhirVersion": "4.0.1",
"kind": "complex-type",
"abstract": false,
"context": [
{
"type": "element",
"expression": "Organization.address"
},
{
"type": "element",
"expression": "Practitioner.address"
},
{
"type": "element",
"expression": "Location.address"
}
],
"type": "Extension",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Extension",
"path": "Extension",
"mustSupport": true
},
{
"id": "Extension.url",
"path": "Extension.url",
"fixedUri": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-phsd-ext-address-purpose"
},
{
"id": "Extension.value[x]",
"path": "Extension.value[x]",
"type": [
{
"code": "Coding"
}
],
"mustSupport": true,
"binding": {
"strength": "required",
"valueSet": "http://ontariohealth.ca/fhir/ValueSet/phsd-provider-address-purpose"
}
},
{
"id": "Extension.value[x].system",
"path": "Extension.value[x].system",
"min": 1,
"fixedUri": "http://ontariohealth.ca/fhir/CodeSystem/phsd-provider-address-purpose",
"mustSupport": true
},
{
"id": "Extension.value[x].code",
"path": "Extension.value[x].code",
"min": 1,
"mustSupport": true
},
{
"id": "Extension.value[x].display",
"path": "Extension.value[x].display",
"min": 1,
"mustSupport": true
}
]
}
}