Vital Records FHIR Messaging (VRFM) IG
3.0.0-Preview1 - ci-build

Vital Records FHIR Messaging (VRFM) IG, published by CDC NCHS. This guide is not an authorized publication; it is the continuous build for version 3.0.0-Preview1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/nightingaleproject/vital_records_fhir_messaging_ig/ and changes regularly. See the Directory of published versions

: ParametersLinkage-Extensive-PluralBirthAndFetalDeath - JSON Representation

Raw json | Download

{
  "resourceType" : "Parameters",
  "id" : "ParametersLinkage-Extensive-PluralBirthAndFetalDeath",
  "meta" : {
    "profile" : [
      🔗 "http://cdc.gov/nchs/nvss/fhir/vital-records-messaging/StructureDefinition/VRM-RecentPregnancyParameters"
    ]
  },
  "parameter" : [
    {
      "name" : "notes",
      "valueString" : "Example of notes"
    },
    {
      "name" : "coded_outcome",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://cdc.gov/nchs/nvss/fhir/vital-records-messaging/CodeSystem/VRM-coded-pregnancy-status-cs",
            "code" : "live-birth-and-fetal-death",
            "display" : "Multiple Outcomes (Live Birth(s) and Fetal Death(s))"
          }
        ]
      }
    },
    {
      "name" : "birth_plurality",
      "valueInteger" : 2
    },
    {
      "name" : "fetal_death_plurality",
      "valueInteger" : 2
    },
    {
      "name" : "preg_status_is_correct",
      "valueBoolean" : false
    },
    {
      "name" : "corrected_pregnancy_status",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/us/vrdr/CodeSystem/CodeSystem-death-pregnancy-status",
            "code" : "4",
            "display" : "Not pregnant, but pregnant 43 days to 1 year before death"
          }
        ]
      }
    }
  ]
}