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

FHIR IG Statistics: ValueSet/acCDR-AddressType

Packageaccdr.fhir.ig.pkg
Resource TypeValueSet
IdacCDR-AddressType
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=accdr.fhir.ig.pkg@0.9.27&canonical=http://ontariohealth.ca/fhir/ValueSet/acCDR-address-type
URLhttp://ontariohealth.ca/fhir/ValueSet/acCDR-address-type
Version1.0.0
Statusactive
NameAddressType
TitleAddress Type
DescriptionCodes supported by eHealth Ontario indicating the type of address (physical/postal). This is strict sub-set of the core FHIR value set.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
address-typeAddress Type

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "acCDR-AddressType",
  "url": "http://ontariohealth.ca/fhir/ValueSet/acCDR-address-type",
  "version": "1.0.0",
  "name": "AddressType",
  "title": "Address Type",
  "status": "active",
  "publisher": "Ontario Health",
  "description": "Codes supported by eHealth Ontario indicating the type of address (physical/postal). This is strict sub-set of the core FHIR value set.",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/address-type",
        "concept": [
          {
            "code": "postal",
            "display": "Postal"
          },
          {
            "code": "physical",
            "display": "Physical"
          }
        ]
      }
    ]
  }
}