FHIR IG analytics
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source1
{
"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"
}
}
]
}
}