FHIR IG Statistics: ValueSet/rtpbc-country-code
Resources that use this resource
Resources that this resource uses
CodeSystem |
urn:iso:std:iso:3166 | ISO 3166-1 Codes for the representation of names of countries and their subdivisions — Part 1: Country code |
urn:iso:std:iso:3166 | ISO 3166-1 Codes for the representation of names of countries and their subdivisions — Part 1: Country code |
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
urn:iso:std:iso:3166
Code | Display |
US | United States of America | |
CA | Canada | |
Source
{
"resourceType": "ValueSet",
"id": "rtpbc-country-code",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://hl7.org/fhir/us/carin-rtpbc/ValueSet/rtpbc-country-code",
"version": "1.0.0",
"name": "RtpbcCountryCodeValueSet",
"title": "RTPBC Country Code Value Set",
"status": "active",
"experimental": false,
"date": "2020-05-23T00:00:00-05:00",
"publisher": "HL7 International - Pharmacy",
"contact": [
{
"name": "HL7 International - Pharmacy",
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/medication"
}
]
},
{
"name": "Frank McKinney",
"telecom": [
{
"system": "email",
"value": "frank.mckinney@pocp.com"
}
]
}
],
"description": "This value set contains a subset of two-letter ISO 3166-1-2 country codes for the countries in which this profile is intended to be used (US and CA).",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "US",
"display": "United States of America"
}
]
}
],
"compose": {
"include": [
{
"system": "urn:iso:std:iso:3166",
"concept": [
{
"code": "US",
"display": "United States of America"
},
{
"code": "CA",
"display": "Canada"
}
]
}
]
}
}