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

FHIR IG Statistics: ValueSet/vs-AddressType

Packagecaseworks.mhaie002
Resource TypeValueSet
Idvs-AddressType
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=caseworks.mhaie002@0.0.2&canonical=https://vitalhub.com/fhir/ValueSet/vs-addresstype
URLhttps://vitalhub.com/fhir/ValueSet/vs-addresstype
Statusactive
NameAddressTypeValueSet
DescriptionA set of address types for categorizing locations.

Resources that use this resource

ValueSet
vs-addresstypeAddressTypeValueSet

Resources that this resource uses

ValueSet
vs-addresstypeAddressTypeValueSet

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "vs-AddressType",
  "url": "https://vitalhub.com/fhir/ValueSet/vs-addresstype",
  "name": "AddressTypeValueSet",
  "status": "active",
  "description": "A set of address types for categorizing locations.",
  "compose": {
    "include": [
      {
        "system": "https://vitalhub.com/fhir/ValueSet/vs-addresstype",
        "concept": [
          {
            "code": "1",
            "display": "Mail"
          },
          {
            "code": "2",
            "display": "Bill"
          },
          {
            "code": "3",
            "display": "Both"
          }
        ]
      }
    ]
  }
}