FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/VRM-PregnancyOutcomes-vs

Packagevital-records-fhir-messaging
TypeValueSet
IdVRM-PregnancyOutcomes-vs
FHIR VersionR4
Sourcehttp://cdc.gov/nchs/nvss/fhir/vital-records-messaging/https://build.fhir.org/ig/nightingaleproject/vital_records_fhir_messaging_ig/ValueSet-VRM-PregnancyOutcomes-vs.html
URLhttp://cdc.gov/nchs/nvss/fhir/vital-records-messaging/ValueSet/VRM-PregnancyOutcomes-vs
Version3.0.0-Preview1
Statusdraft
Date2025-07-09T16:08:41+00:00
NamePregnancyOutcomesVS
TitlePregnancy Outcome Values
DescriptionPregnancy Outcome Values

Resources that use this resource

StructureDefinition
VRM-RecentPregnancyParametersRecent Pregnancy Parameters

Resources that this resource uses

CodeSystem
VRM-coded-pregnancy-status-csLocal Coded Pregnancy Status
sctSNOMED CT (all versions)
v3-NullFlavorNullFlavor
sctSNOMED codes used in this IG
sctveri
v3-NullFlavorNullFlavor

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet VRM-PregnancyOutcomes-vs

This value set includes codes based on the following rules:

  • Include these codes as defined in http://snomed.info/sct
    CodeDisplay
    276507005Fetal Death
    281050002Live Birth
    17369002Spontaneous Abortion
    57797005Induced Abortion
    34801009Ectopic Pregnancy
    44782008Molar Pregnancy
  • Include these codes as defined in http://cdc.gov/nchs/nvss/fhir/vital-records-messaging/CodeSystem/VRM-coded-pregnancy-status-cs
    CodeDisplay
    live-birth-and-fetal-deathLive birth(s) and fetal death(s)
  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-NullFlavor
    CodeDisplayDefinition
    UNKUnknown**Description:**A proper value is applicable, but not known.

    **Usage Notes**: This means the actual value is not known. If the only thing that is unknown is how to properly express the value in the necessary constraints (value set, datatype, etc.), then the OTH or UNC flavor should be used. No properties should be included for a datatype with this property unless:

    1. Those properties themselves directly translate to a semantic of "unknown". (E.g. a local code sent as a translation that conveys 'unknown')
    2. Those properties further qualify the nature of what is unknown. (E.g. specifying a use code of "H" and a URL prefix of "tel:" to convey that it is the home phone number that is unknown.)
    OTHOther**Description:**The actual value is not a member of the set of permitted data values in the constrained value domain of a variable. (e.g., concept not provided by required code system).

    **Usage Notes**: This flavor and its specializations are most commonly used with the CD datatype and its flavors. However, it may apply to \*any\* datatype where the constraints of the type are tighter than can be conveyed. For example, a PQ that is for a true measured amount whose units are not supported in UCUM, a need to convey a REAL when the type has been constrained to INT, etc.

    With coded datatypes, this null flavor may only be used if the vocabulary binding has a coding strength of CNE. By definition, all local codes and original text are part of the value set if the coding strength is CWE.

Source

{
  "resourceType": "ValueSet",
  "id": "VRM-PregnancyOutcomes-vs",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://cdc.gov/nchs/nvss/fhir/vital-records-messaging/ValueSet/VRM-PregnancyOutcomes-vs",
  "version": "3.0.0-Preview1",
  "name": "PregnancyOutcomesVS",
  "title": "Pregnancy Outcome Values",
  "status": "draft",
  "date": "2025-07-09T16:08:41+00:00",
  "publisher": "CDC NCHS",
  "contact": [
    {
      "name": "CDC NCHS",
      "telecom": [
        {
          "system": "url",
          "value": "http://cdc.gov/nchs"
        }
      ]
    }
  ],
  "description": "Pregnancy Outcome Values",
  "compose": {
    "include": [
      {
        "system": "http://snomed.info/sct",
        "concept": [
          {
            "code": "276507005",
            "display": "Fetal Death"
          },
          {
            "code": "281050002",
            "display": "Live Birth"
          },
          {
            "code": "17369002",
            "display": "Spontaneous Abortion"
          },
          {
            "code": "57797005",
            "display": "Induced Abortion"
          },
          {
            "code": "34801009",
            "display": "Ectopic Pregnancy"
          },
          {
            "code": "44782008",
            "display": "Molar Pregnancy"
          }
        ]
      },
      {
        "system": "http://cdc.gov/nchs/nvss/fhir/vital-records-messaging/CodeSystem/VRM-coded-pregnancy-status-cs",
        "concept": [
          {
            "code": "live-birth-and-fetal-death",
            "display": "Live birth(s) and fetal death(s)"
          }
        ]
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
        "concept": [
          {
            "code": "UNK",
            "display": "Unknown"
          },
          {
            "code": "OTH",
            "display": "Other"
          }
        ]
      }
    ]
  }
}