FHIR IG Statistics: ValueSet/ProviderAddressPurpose-provider
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
Value Set Contents
This value set contains 4 concepts
All codes from system http://ehealthontario.ca/fhir/CodeSystem/ppr-provider-address-purpose
Code | Display |
G | Reported-Govern Body |
M | Mailing Address |
P | Primary Address |
S | Secondary Address |
Source
{
"resourceType": "ValueSet",
"id": "ProviderAddressPurpose-provider",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://ontariohealth.ca/fhir/ValueSet/phsd-provider-address-purpose",
"version": "1.0.0",
"name": "ProviderAddressPurpose",
"status": "draft",
"publisher": "Ontario Health",
"description": "Type of provider's practice address or site address.",
"immutable": false,
"compose": {
"include": [
{
"system": "http://ontariohealth.ca/fhir/CodeSystem/phsd-provider-address-purpose",
"concept": [
{
"code": "G",
"display": "Reported-Govern Body"
},
{
"code": "M",
"display": "Mailing Address"
},
{
"code": "P",
"display": "Primary Address"
},
{
"code": "S",
"display": "Secondary Address"
}
]
}
]
}
}