@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "pclocd"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

This case-insensitive code system https://fhir.infoway-inforoute.ca/CodeSystem/pCLOCD defines codes, but no codes are represented here

" ] ; # fhir:url [ fhir:v "https://fhir.infoway-inforoute.ca/CodeSystem/pCLOCD"^^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.2.20.5.1" ] ] ) ; # fhir:version [ fhir:v "3.0.1"] ; # fhir:name [ fhir:v "Pclocd"] ; # fhir:title [ fhir:v "pan-Canadian LOINC Observation Code Database"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2019-03-20T00:00:00-04:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "Canada Health Infoway"] ; # fhir:contact ( [ fhir:name [ fhir:v "Canada Health Infoway" ] ; fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "https://infocentral.infoway-inforoute.ca/en/standards/canadian/pclocd-loinc" ] ] ) ] ) ; # fhir:description [ fhir:v "The pan Canadian LOINC Observation Code Database (pCLOCD) is the Canadian version of the LOINC(tm) database. It was created using the LOINC(tm) records and attributes that were constrained for Canadian use and supplemented to specifically meet Canadian requirements. It contains the core LOINC(tm) attributes as required by Regenstrief copyright rules. The LOINC(tm) Component has been customized to meet Canadian requirements and is displayed as the pan Canadian Component Name. This component name is the basis for the pan Canadian Display Name. Core attributes are include both English and Canadian French.\r\n\r\nThis code system contains supplemental \"X\" codes defined in the pCLOCD that do not yet exist in the LOINC code system."] ; # fhir:caseSensitive [ fhir:v "false"^^xsd:boolean] ; # fhir:content [ fhir:v "not-present"] . # # -------------------------------------------------------------------------------------