@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:NamingSystem; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "hsloc"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Summary

Defining URLhttp://terminology.hl7.org/NamingSystem/hsloc
NameHsloc
Statusactive
Definition

A comprehensive classification of locations and settings where healthcare services are provided. This value set is based on the National Healthcare Safety Network (NHSN) location code system that has been developed over a number of years through CDC's 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.

\n

The HSLOC content, including relationships can be acced at the following location: http://www.cdc.gov/phin/activities/standards/vocabulary/index.html

\n
PublisherHL7

Identifiers

TypeValuePreferred
OID2.16.840.1.113883.6.259true
URIhttp://terminology.hl7.org/CodeSystem/hsloctrue
" ]; fhir:DomainResource.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/tools/StructureDefinition/extension-title" ]; fhir:Extension.valueString [ fhir:value "Healthcare Service Location" ] ], [ fhir:index 1; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.url" ]; fhir:Extension.valueUri [ fhir:value "http://terminology.hl7.org/NamingSystem/hsloc" ] ], [ fhir:index 2; fhir:Extension.url [ fhir:value "http://terminology.hl7.org/StructureDefinition/ext-namingsystem-version" ]; fhir:Extension.valueString [ fhir:value "2.1.0" ] ]; fhir:NamingSystem.name [ fhir:value "Hsloc"]; fhir:NamingSystem.status [ fhir:value "active"]; fhir:NamingSystem.kind [ fhir:value "codesystem"]; fhir:NamingSystem.date [ fhir:value "2019-03-20T00:00:00-04:00"^^xsd:dateTime]; fhir:NamingSystem.publisher [ fhir:value "HL7"]; fhir:NamingSystem.contact [ fhir:index 0; fhir:ContactDetail.name [ fhir:value "Center's for Disease Control and Prevention,Center's for Disease Control and Prevention,Center's for" ] ]; fhir:NamingSystem.responsible [ fhir:value "HL7"]; fhir:NamingSystem.description [ fhir:value "A comprehensive classification of locations and settings where healthcare services are provided. This value set is based on the National Healthcare Safety Network (NHSN) location code system that has been developed over a number of years through CDC's 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.\r\n\r\nThe HSLOC content, including relationships can be acced at the following location: http://www.cdc.gov/phin/activities/standards/vocabulary/index.html"]; fhir:NamingSystem.uniqueId [ fhir:index 0; fhir:NamingSystem.uniqueId.type [ fhir:value "oid" ]; fhir:NamingSystem.uniqueId.value [ fhir:value "2.16.840.1.113883.6.259" ]; fhir:NamingSystem.uniqueId.preferred [ fhir:value "true"^^xsd:boolean ] ], [ fhir:index 1; fhir:NamingSystem.uniqueId.type [ fhir:value "uri" ]; fhir:NamingSystem.uniqueId.value [ fhir:value "http://terminology.hl7.org/CodeSystem/hsloc" ]; fhir:NamingSystem.uniqueId.preferred [ fhir:value "true"^^xsd:boolean ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------