@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "v3-HealthcareServiceLocation"] ; # fhir:language [ fhir:v "en"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

This value set includes codes based on the following rules:

This value set excludes codes based on the following rules:

" ] ; # fhir:url [ fhir:v "http://terminology.hl7.org/ValueSet/v3-HealthcareServiceLocation"^^xsd:anyURI] ; # fhir:identifier ( [ fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ; fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.1.11.20275" ] ] ) ; # fhir:version [ fhir:v "4.0.0"] ; # fhir:name [ fhir:v "HealthcareServiceLocation"] ; # fhir:title [ fhir:v "HealthcareServiceLocation"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2014-03-26"^^xsd:date] ; # fhir:publisher [ fhir:v "Health Level Seven International"] ; # fhir:contact ( [ fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://hl7.org" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "hq@HL7.org" ] ] ) ] ) ; # fhir:description [ fhir:v "A comprehensive classification of locations and settings where healthcare services are provided. This value set is based on the CMS Place of Service code set NHSN location code system that has been developed over a number of years through CDCaTMs interaction with a variety of healthcare facilities and is intended to serve a variety of reporting needs where coding of healthcare service locations is required. Excluded codes are those that do not represent an actual location where health care services can be delivered, IE: Float, or a location aggregation."] ; # fhir:copyright [ fhir:v "This material derives from the HL7 Terminology THO. THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license"] ; # fhir:compose [ fhir:include ( [ fhir:system [ fhir:v "https://www.cdc.gov/nhsn/cdaportal/terminology/codesystem/hsloc.html"^^xsd:anyURI ] ] [ fhir:system [ fhir:v "https://www.cms.gov/Medicare/Coding/place-of-service-codes/Place_of_Service_Code_Set"^^xsd:anyURI ] ] ) ; fhir:exclude ( [ fhir:system [ fhir:v "https://www.cdc.gov/nhsn/cdaportal/terminology/codesystem/hsloc.html"^^xsd:anyURI ] ; fhir:concept ( [ fhir:code [ fhir:v "1206-2" ] ] [ fhir:code [ fhir:v "1250-0" ] ] [ fhir:code [ fhir:v "1251-8" ] ] ) ] ) ] . # # -------------------------------------------------------------------------------------