WHO Case Reporting for COVID-19 Surveillance
0.1.0 - ci-build
WHO Case Reporting for COVID-19 Surveillance - Local Development build (v0.1.0). See the Directory of published versions
{
"resourceType" : "ValueSet",
"id" : "WhoCrValueSetSexAtBirth",
"meta" : {
"profile" : [
"http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-valueset"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-administrative-gender.html\"><code>http://hl7.org/fhir/administrative-gender</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></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-administrative-gender.html#administrative-gender-male\">male</a></td><td>Male</td><td>Male.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-administrative-gender.html#administrative-gender-female\">female</a></td><td>Female</td><td>Female.</td></tr></table></li></ul></div>"
},
"url" : "http://openhie.github.io/covid-19/ValueSet/WhoCrValueSetSexAtBirth",
"version" : "0.1.0",
"name" : "WhoCrValueSetSexAtBirth",
"title" : "Patient Sex at birth",
"status" : "draft",
"experimental" : true,
"date" : "2021-02-11T17:12:53+00:00",
"publisher" : "OpenHIE",
"contact" : [
{
"name" : "OpenHIE",
"telecom" : [
{
"system" : "url",
"value" : "http://www.ohie.org"
}
]
}
],
"description" : "Patient Sex at birth",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001"
}
]
}
],
"immutable" : false,
"copyright" : "2021",
"compose" : {
"include" : [
{
"system" : "http://hl7.org/fhir/administrative-gender",
"concept" : [
{
"code" : "male",
"display" : "Male"
},
{
"code" : "female",
"display" : "Female"
}
]
}
]
}
}