Cqgc Implementation Guide
0.1.0 - CI Build
Cqgc Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
Active as of 2020-08-20 |
{
"resourceType" : "ValueSet",
"id" : "organization-type",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet organization-type</b></p><a name=\"organization-type\"> </a><a name=\"hcorganization-type\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/6.5.0/CodeSystem-organization-type.html\"><code>http://terminology.hl7.org/CodeSystem/organization-type</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><td><b>French (fr)</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/6.5.0/CodeSystem-organization-type.html#organization-type-prov\">prov</a></td><td>Healthcare Provider</td><td>An organization that provides healthcare services.</td><td>Prestataire de santé</td></tr><tr><td><a href=\"http://terminology.hl7.org/6.5.0/CodeSystem-organization-type.html#organization-type-dept\">dept</a></td><td>Hospital Department</td><td>A department or ward within a hospital (Generally is not applicable to top level organizations)</td><td>Département hospitalier</td></tr><tr><td><a href=\"http://terminology.hl7.org/6.5.0/CodeSystem-organization-type.html#organization-type-other\">other</a></td><td>Other</td><td>Other type of organization not already specified.</td><td>Autre</td></tr></table></li><li>Include all codes defined in <a href=\"CodeSystem-organization-type-plus.html\"><code>http://fhir.cqgc.ferlab.bio/CodeSystem/organization-type-plus</code></a></li></ul></div>"
},
"url" : "http://fhir.cqgc.ferlab.bio/ValueSet/organization-type",
"version" : "0.1.0",
"name" : "organization-type",
"title" : "Organization type",
"status" : "active",
"experimental" : false,
"date" : "2020-08-20T11:23:24-04:00",
"publisher" : "Ferlab.bio",
"contact" : [
{
"name" : "Cqgc",
"telecom" : [
{
"system" : "email",
"value" : "mailto:support@ferlab.bio"
}
]
}
],
"description" : "Types of organization",
"compose" : {
"include" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/organization-type",
"concept" : [
{
"code" : "prov",
"display" : "Healthcare Provider",
"designation" : [
{
"language" : "fr",
"value" : "Prestataire de santé"
}
]
},
{
"code" : "dept",
"display" : "Hospital Department",
"designation" : [
{
"language" : "fr",
"value" : "Département hospitalier"
}
]
},
{
"code" : "other",
"display" : "Other",
"designation" : [
{
"language" : "fr",
"value" : "Autre"
}
]
}
]
},
{
"system" : "http://fhir.cqgc.ferlab.bio/CodeSystem/organization-type-plus"
}
]
}
}