This page is part of the Da Vinci Payer Coverage Decision Exchange (PCDE) FHIR IG (v1.0.0: STU 1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "ValueSet",
"id" : "PCDESectionCode",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include codes from <a href=\"CodeSystem-PCDEtempCodes.html\"><code>http://hl7.org/fhir/us/davinci-pcde/CodeSystem/PCDEtempCodes</code></a> where concept descends from <a href=\"CodeSystem-PCDEtempCodes.html#PCDEtempCodes-_section\">_section</a></li></ul></div>"
},
"url" : "http://hl7.org/fhir/us/davinci-pcde/ValueSet/PCDESectionCode",
"version" : "1.0.0",
"name" : "PCDEDocumentSectionCode",
"title" : "PCDE Document Section Codes",
"status" : "draft",
"date" : "2020-12-23T03:20:59+00:00",
"publisher" : "HL7 International - Financial Management Work Group",
"contact" : [
{
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/fm"
}
]
}
],
"description" : "The codes for the different sections in a PCDE Document.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US"
}
]
}
],
"immutable" : true,
"compose" : {
"include" : [
{
"system" : "http://hl7.org/fhir/us/davinci-pcde/CodeSystem/PCDEtempCodes",
"filter" : [
{
"property" : "concept",
"op" : "descendent-of",
"value" : "_section"
}
]
}
]
}
}