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

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

" ] ; # fhir:url [ fhir:v "https://fhir.infoway-inforoute.ca/CodeSystem/sctemp"^^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.2" ] ] ) ; # fhir:version [ fhir:v "2.1.1"] ; # fhir:name [ fhir:v "Sctemp"] ; # fhir:title [ fhir:v "pan-Canadian Temporary Codes"] ; # 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 "Standards Collaborative" ] ] ) ; # fhir:description [ fhir:v "These pan-Canadian codes are maintained in circumstances where the desired code is not yet available in another code system (HL7 code systems, LOINC, SNOMED, etc.) In general, the codes will be deprecated once an equivalent code is available in the preferred code system."] ; # fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # fhir:content [ fhir:v "not-present"] . # # -------------------------------------------------------------------------------------