FHIR IG Statistics: ValueSet/vs-AddressType
Resources that use this resource
Resources that this resource uses
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"
}
]
}
]
}
}