@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:NamingSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "v3-scptype"] ; # 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/v3-scptype"^^xsd:anyURI ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.version"^^xsd:anyURI ] ; fhir:value [ fhir:v "3.1.0" ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.title"^^xsd:anyURI ] ; fhir:value [ fhir:v "pan-Canadian Provider Types" ] ] ) ; # fhir:name [ fhir:v "Scptype"] ; # fhir:status [ fhir:v "active"] ; # fhir:kind [ fhir:v "codesystem"] ; # 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 "email" ] ; fhir:value [ fhir:v "standards@infoway-inforoute.ca" ] ] ) ] ) ; # fhir:responsible [ fhir:v "Canada Health Infoway"] ; # fhir:description [ fhir:v "SCPTYPE is used to encode and categorize an entity that delivers health care in an expected and professional manner to an entity in need of health care services. Examples: Registered Nurse, Chiropractor, Physician, Custodial Care Clinic. Allows for the implementation of role-based access to clinical functions and data. Provisioning of clinical services is based on the role that a provider may play in the health system."] ; # fhir:uniqueId ( [ fhir:type [ fhir:v "oid" ] ; fhir:value [ fhir:v "2.16.840.1.113883.2.20.5.3" ] ; fhir:preferred [ fhir:v "true"^^xsd:boolean ] ] [ fhir:type [ fhir:v "uri" ] ; fhir:value [ fhir:v "https://fhir.infoway-inforoute.ca/CodeSystem/scptype" ] ; fhir:preferred [ fhir:v "true"^^xsd:boolean ] ] ) . # # -------------------------------------------------------------------------------------