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

FHIR IG Statistics: ValueSet/AddressType

PackagePCR.R4.1-1-0-pkg
TypeValueSet
IdAddressType
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=PCR.R4.1-1-0-pkg@1.1.0&canonical=http://ehealthontario.ca/fhir/ValueSet/address-type
URLhttp://ehealthontario.ca/fhir/ValueSet/address-type
Version2.0.0
Statusactive
Date2018-04-11T11:17:39-04:00
NameAddressType
Realmca
DescriptionCodes supported by eHealth Ontario differentiating mailing from physical addresses

Resources that use this resource

StructureDefinition
ca-on-pcr-matchreq-profile-PatientPCR Patient Match Request Profile
ca-on-ppr-location-response-profile-LocationPPR Location Response Profile
ca-on-ppr-practitioner-response-profile-LocationPPR PractitionerRole Location Response Profile
ca-on-ppr-practitioner-response-profile-PractitionerPPR Practitioner Response v2 Profile
ca-on-phsd-location-response-profile-LocationLocation Response Profile
ca-on-phsd-location-submission-profile-LocationPHSD Location Submission
ca-on-phsd-practitioner-response-profile-PractitionerPHSD Practitioner Response
ca-on-phsd-practitioner-response-profile-LocationPHSD PractitionerRole Location Response
ca-on-phsd-practitioner-submission-profile-PractitionerPHSD Practitioner Submission

Resources that this resource uses

CodeSystem
address-typeAddress Type

Narrative

Note: links and images are rebased to the (stated) source

Address Type

Codes supported by eHealth Ontario differentiating mailing from physical addresses

This value set includes codes from the following code systems:


Source

{
  "resourceType": "ValueSet",
  "id": "AddressType",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://ehealthontario.ca/fhir/ValueSet/address-type",
  "version": "2.0.0",
  "name": "AddressType",
  "status": "active",
  "date": "2018-04-11T11:17:39-04:00",
  "publisher": "eHealth Ontario",
  "description": "Codes supported by eHealth Ontario differentiating mailing from physical addresses",
  "immutable": false,
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/address-type",
        "concept": [
          {
            "code": "postal",
            "display": "Postal"
          },
          {
            "code": "physical",
            "display": "Physical"
          }
        ]
      }
    ]
  }
}