@prefix fhir: .
@prefix owl: .
@prefix rdfs: .
@prefix xsd: .
# - resource -------------------------------------------------------------------
a fhir:NamingSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "CDCLocal"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "Placeholder
"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.url"^^xsd:anyURI ] ;
fhir:value [ fhir:v "http://terminology.hl7.org/NamingSystem/CDCLocal"^^xsd:anyURI ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.version"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1.0.0" ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.title"^^xsd:anyURI ] ;
fhir:value [ fhir:v "CDC Local Coding System" ]
] ) ; #
fhir:name [ fhir:v "CDCLocal"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:kind [ fhir:v "codesystem"] ; #
fhir:date [ fhir:v "2023-06-13T00:00:00-00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "U.S. Centers for Disease Control and Prevention (CDC)"] ; #
fhir:contact ( [
fhir:name [ fhir:v "U.S. Centers for Disease Control and Prevention (CDC)" ] ;
fhir:telecom ( [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "phinvs@cdc.gov" ]
] [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.cdc.gov/phin/tools/phinvads/index.html" ]
] )
] ) ; #
fhir:description [ fhir:v "\"CDC Public Health Information Network local coding system used for creating the concepts that are not available in the Standard Development Organization (SDO) Vocabulary like SNOMED CT, LOINC, ICD-9, etc.\"\r\n\r\nVersioning numbered according to PHIN VADS convention.\r\n\r\nFor more information, see [https://phinvads.cdc.gov/vads/ViewCodeSystem.action?id=2.16.840.1.114222.4.5.274](https://phinvads.cdc.gov/vads/ViewCodeSystem.action?id=2.16.840.1.114222.4.5.274)."] ; #
fhir:uniqueId ( [
fhir:type [ fhir:v "uri" ] ;
fhir:value [ fhir:v "https://phinvads.cdc.gov/vads/ViewCodeSystem.action?id=2.16.840.1.114222.4.5.274" ] ;
fhir:preferred [ fhir:v "true"^^xsd:boolean ] ;
fhir:comment [ fhir:v "This is the URL as specified by the terminology owner, and is considered authoritative." ] ;
fhir:period [
fhir:start [ fhir:v "2022-06-15"^^xsd:date ]
]
] [
fhir:type [ fhir:v "oid" ] ;
fhir:value [ fhir:v "2.16.840.1.114222.4.5.274" ] ;
fhir:preferred [ fhir:v "true"^^xsd:boolean ]
] ) . #
# -------------------------------------------------------------------------------------