BC Client Registry FHIR Implementation Guide
1.0.0 - Build CI
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
Active as of 2024-06-07 |
{
"resourceType" : "ValueSet",
"id" : "bc-contact-point-use-value-set",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Import all the codes that are contained in <a href=\"http://hl7.org/fhir/R4/valueset-contact-point-use.html\">ContactPointUse</a></li></ul><p>This value set excludes codes based on the following rules:</p><ul><li>Exclude these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-contact-point-use.html\"><code>http://hl7.org/fhir/contact-point-use</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-contact-point-use.html#contact-point-use-old\">old</a></td><td style=\"color: #cccccc\">Old</td><td>This contact point is no longer in use (or was never correct, but retained for records).</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-contact-point-use.html#contact-point-use-temp\">temp</a></td><td style=\"color: #cccccc\">Temp</td><td>A temporary contact point. The period can provide more detailed information.</td></tr></table></li></ul></div>"
},
"url" : "https://terminology.hlth.gov.bc.ca/ClientRegistry/ValueSet/bc-contact-point-use-value-set",
"version" : "1.0.0",
"name" : "ContactPointUseVS",
"title" : "BC Contact Point Use Value Set",
"status" : "active",
"experimental" : false,
"date" : "2024-06-07T23:38:55+00:00",
"publisher" : "BC Ministry of Health",
"contact" : [
{
"name" : "BC Ministry of Health",
"telecom" : [
{
"system" : "url",
"value" : "https://www2.gov.bc.ca/gov/content/governments/organizational-structure/ministries-organizations/ministries/health"
}
]
}
],
"description" : "BC Contact Point Use value set, sliced to meet BC constraints.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "CA",
"display" : "Canada"
}
]
}
],
"compose" : {
"include" : [
{
"valueSet" : [
🔗 "http://hl7.org/fhir/ValueSet/contact-point-use"
]
}
],
"exclude" : [
{
"system" : "http://hl7.org/fhir/contact-point-use",
"concept" : [
{
"code" : "old"
},
{
"code" : "temp"
}
]
}
]
}
}