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" : "marital-status",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet marital-status</b></p><a name=\"marital-status\"> </a><a name=\"hcmarital-status\"> </a><a name=\"marital-status-en-US\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include all codes defined in <code>ttp://hl7.org/fhir/ValueSet/marital-status</code></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></ul></div>"
},
"url" : "http://acsa.afrika/standard/ValueSet/marital-status",
"version" : "0.1.0",
"name" : "MaritalStatus",
"title" : "Person Marital Status 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 MaritalStatus.",
"compose" : {
"include" : [
{
"system" : "ttp://hl7.org/fhir/ValueSet/marital-status"
},
{
"system" : "http://acsa.africa/standard/CodeSystem/acsa",
"filter" : [
{
"property" : "concept",
"op" : "is-a",
"value" : "other"
}
]
}
]
}
}