FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagepcr.r4.1-1-0-pkg
Resource TypeValueSet
Idpcr-AddressType.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


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:


Source1

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