Standard Death Record

PregnancyStatusVS

{
  "resourceType" : "ValueSet",
  "id" : "sdr-causeOfDeath-PregnancyStatusVS",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml">
<p><b>SDR PregnancyStatusVS ValueSet</b></p>
<p>Whether the decedent was pregnant at or around the time of death. Corresponds to the allowed values for item 36 of the [U.S. Standard Certificate of Death](https://www.cdc.gov/nchs/data/dvs/DEATH11-03final-ACC.pdf). Most of the codes in this value set belong to the [PHIN VS code system](http://phinvads.cdc.gov/vads/ViewCodeSystem.action?id=2.16.840.1.114222.4.5.274) but this is not currently supported as a [standard FHIR code system](https://www.hl7.org/fhir/terminologies-systems.html).</p>
</div>"
  },
  "url" : "http://github.com/nightingaleproject/fhirDeathRecord/sdr/causeOfDeath/vs/PregnancyStatusVS",
  "identifier" : [
    {
      "system" : "http://github.com/nightingaleproject/fhirDeathRecord",
      "value" : "sdr.causeOfDeath.PregnancyStatusVS"
    }
  ],
  "version" : "0.1.0",
  "name" : "PregnancyStatusVS",
  "title" : "SDR PregnancyStatusVS ValueSet",
  "status" : "draft",
  "date" : "2018-06-14T00:00:00-04:00",
  "publisher" : "The MITRE Corporation: Nightingale Project",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://github.com/nightingaleproject/fhirDeathRecord"
        }
      ]
    }
  ],
  "description" : "Whether the decedent was pregnant at or around the time of death. Corresponds to the allowed values for item 36 of the [U.S. Standard Certificate of Death](https://www.cdc.gov/nchs/data/dvs/DEATH11-03final-ACC.pdf). Most of the codes in this value set belong to the [PHIN VS code system](http://phinvads.cdc.gov/vads/ViewCodeSystem.action?id=2.16.840.1.114222.4.5.274) but this is not currently supported as a [standard FHIR code system](https://www.hl7.org/fhir/terminologies-systems.html).",
  "compose" : {
    "include" : [
      {
        "system" : "http://github.com/nightingaleproject/fhirDeathRecord/sdr/causeOfDeath/cs/PregnancyStatusCS",
        "concept" : [
          {
            "code" : "PHC1260",
            "display" : "Not pregnant within past year"
          },
          {
            "code" : "PHC1261",
            "display" : "Pregnant at time of death"
          },
          {
            "code" : "PHC1262",
            "display" : "Not pregnant, but pregnant within 42 days of death"
          },
          {
            "code" : "PHC1263",
            "display" : "Not pregnant, but pregnant 43 days to 1 year before death"
          },
          {
            "code" : "PHC1264",
            "display" : "Unknown if pregnant within the past year"
          }
        ]
      },
      {
        "system" : "http://hl7.org/fhir/v3/NullFlavor",
        "concept" : [
          {
            "code" : "NA",
            "display" : "Not applicable"
          }
        ]
      }
    ]
  }
}