BC Client Registry FHIR Implementation Guide
1.0.0 - Build CI Canada flag

BC Client Registry FHIR Implementation Guide - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: BC Code System Of Allowed Update Operations - TTL Representation

Active as of 2024-06-07

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "bc-client-registry-update-patient-operation-code-system"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>https://terminology.hlth.gov.bc.ca/ClientRegistry/CodeSystem/bc-client-registry-update-patient-operation-code-system</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">add<a name=\"bc-client-registry-update-patient-operation-code-system-add\"> </a></td><td>This operation adds an attribute.</td></tr><tr><td style=\"white-space:nowrap\">delete<a name=\"bc-client-registry-update-patient-operation-code-system-delete\"> </a></td><td>This operation deletes an existing attribute.</td></tr><tr><td style=\"white-space:nowrap\">replace<a name=\"bc-client-registry-update-patient-operation-code-system-replace\"> </a></td><td>This operation replaces an existing attribute.</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://terminology.hlth.gov.bc.ca/ClientRegistry/CodeSystem/bc-client-registry-update-patient-operation-code-system"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "UpdatePatientOperationCS"] ; # 
  fhir:title [ fhir:v "BC Code System Of Allowed Update Operations"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-06-07T23:38:55+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "BC Ministry of Health"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "BC Ministry of Health" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www2.gov.bc.ca/gov/content/governments/organizational-structure/ministries-organizations/ministries/health" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "BC Code System of allowed update patient operations."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "CA" ] ;
fhir:display [ fhir:v "Canada" ]     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "add" ] ;
fhir:display [ fhir:v "add" ] ;
fhir:definition [ fhir:v "This operation adds an attribute." ]
  ] [
fhir:code [ fhir:v "delete" ] ;
fhir:display [ fhir:v "delete" ] ;
fhir:definition [ fhir:v "This operation deletes an existing attribute." ]
  ] [
fhir:code [ fhir:v "replace" ] ;
fhir:display [ fhir:v "replace" ] ;
fhir:definition [ fhir:v "This operation replaces an existing attribute." ]
  ] ) . #