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" : "sex",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet sex</b></p><a name=\"sex\"> </a><a name=\"hcsex\"> </a><a name=\"sex-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-sex\">sex</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/sex",
"version" : "0.1.0",
"name" : "Sex",
"title" : "Sex 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 sex of the child.",
"compose" : {
"include" : [
{
"system" : "http://acsa.africa/standard/CodeSystem/acsa",
"filter" : [
{
"property" : "concept",
"op" : "descendent-of",
"value" : "sex"
}
]
},
{
"system" : "http://acsa.africa/standard/CodeSystem/acsa",
"filter" : [
{
"property" : "concept",
"op" : "is-a",
"value" : "undefined"
}
]
}
]
}
}