Example CRVS Implementation Guide
0.1.0 - ci-build
Example CRVS 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 2025-03-28 |
{
"resourceType" : "ValueSet",
"id" : "birth-multiplicity",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet birth-multiplicity</b></p><a name=\"birth-multiplicity\"> </a><a name=\"hcbirth-multiplicity\"> </a><a name=\"birth-multiplicity-en-US\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include codes from<a href=\"CodeSystem-ACSA.html\"><code>http://acsa.africa/standard/CodeSystem/acsa</code></a> where concept descends from <a href=\"CodeSystem-ACSA.html#ACSA-multiplicity\">multiplicity</a></li><li>Include codes from<a href=\"CodeSystem-ACSA.html\"><code>http://acsa.africa/standard/CodeSystem/acsa</code></a> where concept is-a <a href=\"CodeSystem-ACSA.html#ACSA-other\">other</a></li><li>Include codes from<a href=\"CodeSystem-ACSA.html\"><code>http://acsa.africa/standard/CodeSystem/acsa</code></a> where concept is-a <a href=\"CodeSystem-ACSA.html#ACSA-undefined\">undefined</a></li></ul></div>"
},
"url" : "http://acsa.afrika/standard/ValueSet/birth-multiplicity",
"version" : "0.1.0",
"name" : "BirthMultiplicity",
"title" : "Birth Multiplicity Value Set",
"status" : "active",
"date" : "2025-03-28T12:08:54+00:00",
"publisher" : "SwissTPH",
"contact" : [
{
"name" : "SwissTPH",
"telecom" : [
{
"system" : "url",
"value" : "https://swisstph-mic.ch"
}
]
}
],
"description" : "Value set for birth multiplicity (single, twin, etc.).",
"compose" : {
"include" : [
{
"system" : "http://acsa.africa/standard/CodeSystem/acsa",
"filter" : [
{
"property" : "concept",
"op" : "descendent-of",
"value" : "multiplicity"
}
]
},
{
"system" : "http://acsa.africa/standard/CodeSystem/acsa",
"filter" : [
{
"property" : "concept",
"op" : "is-a",
"value" : "other"
}
]
},
{
"system" : "http://acsa.africa/standard/CodeSystem/acsa",
"filter" : [
{
"property" : "concept",
"op" : "is-a",
"value" : "undefined"
}
]
}
]
}
}