FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/PatientAddressProfile

Packageon.accdr.pkg
Resource TypeStructureDefinition
IdPatientAddressProfile
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=on.accdr.pkg@0.9.24-beta&canonical=http://ontariohealth.ca/fhir/StructureDefinition/ca-on-accdr-profile-PatientAddress
URLhttp://ontariohealth.ca/fhir/StructureDefinition/ca-on-accdr-profile-PatientAddress
Statusdraft
Date2023-07-10T16:12:35.8333982+00:00
NamePatientAddress
TypeAddress
Kindcomplex-type

Resources that use this resource

No resources found


Resources that this resource uses

ValueSet
province-state-codeProvinceStateCode
country-codeCountryCode

Narrative

No narrative content found in resource


Source

{
  "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"
        }
      }
    ]
  }
}