LinuxForHealth FHIR Implementation Guide - Local Development build (v8.0.0). See the Directory of published versions
: Claim Supporting Info Category Value Set - JSON Representation
Raw json | Download
{
"resourceType" : "ValueSet",
"id" : "place-of-service",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include all codes defined in <a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-CMSPlaceofServiceCodes.html\"><code>https://www.cms.gov/Medicare/Coding/place-of-service-codes/Place_of_Service_Code_Set</code></a></li></ul></div>"
},
"url" : "http://linuxforhealth.org/fhir/cdm/ValueSet/place-of-service",
"version" : "8.0.0",
"name" : "PlaceOfServiceValueSet",
"title" : "Claim Supporting Info Category Value Set",
"status" : "active",
"date" : "2022-11-10T16:00:46+00:00",
"publisher" : "LinuxForHealth Team",
"description" : "The value set that indicates the place of service, based on standard values from Centers for Medicare and Medicaid Services (CMS).",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US"
}
]
}
],
"compose" : {
"include" : [
{
"system" : "https://www.cms.gov/Medicare/Coding/place-of-service-codes/Place_of_Service_Code_Set"
}
]
}
}