| Package | on.accdr.pkg |
| Resource Type | StructureDefinition |
| Id | PatientAddressProfile |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=on.accdr.pkg@0.9.24-beta&canonical=http://ontariohealth.ca/fhir/StructureDefinition/ca-on-accdr-profile-PatientAddress |
| URL | http://ontariohealth.ca/fhir/StructureDefinition/ca-on-accdr-profile-PatientAddress |
| Status | draft |
| Date | 2023-07-10T16:12:35.8333982+00:00 |
| Name | PatientAddress |
| Type | Address |
| Kind | complex-type |
No resources found
| ValueSet | |
| province-state-code | ProvinceStateCode |
| country-code | CountryCode |
No narrative content found in resource
{
"resourceType": "StructureDefinition",
"url": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-accdr-profile-PatientAddress",
"name": "PatientAddress",
"status": "draft",
"date": "2023-07-10T16:12:35.8333982+00:00",
"fhirVersion": "4.0.1",
"kind": "complex-type",
"abstract": false,
"type": "Address",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Address",
"derivation": "constraint",
"differential": {
"element": [
{
"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.city",
"path": "Address.city",
"mustSupport": true
},
{
"id": "Address.state",
"path": "Address.state",
"mustSupport": true,
"binding": {
"strength": "extensible",
"description": "Codes for provinces, states and territories supported by acCDR",
"valueSet": "http://ehealthontario.ca/fhir/ValueSet/province-state-code"
}
},
{
"id": "Address.postalCode",
"path": "Address.postalCode",
"mustSupport": true
},
{
"id": "Address.country",
"path": "Address.country",
"mustSupport": true,
"binding": {
"strength": "extensible",
"description": "3-character ISO country codes for use in addresses",
"valueSet": "http://ehealthontario.ca/fhir/ValueSet/country-code"
}
}
]
}
}