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

FHIR IG Statistics: ValueSet/us-ph-valueset-pregnancy-status

Packagehl7.fhir.us.ph-library
TypeValueSet
Idus-ph-valueset-pregnancy-status
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/ph-library/https://build.fhir.org/ig/HL7/fhir-us-ph-common-library-ig/ValueSet-us-ph-valueset-pregnancy-status.html
URLhttp://hl7.org/fhir/us/ph-library/ValueSet/us-ph-valueset-pregnancy-status
Version1.0.0
Statusactive
Date2018-08-01T00:00:00+10:00
NameUSPublicHealthValueSetPregnancyStatus
TitleUS Public Health VaueSet - Pregnancy Status
Realmus
Authorityhl7
DescriptionThis value set contains codes representing pregnancy statuses.

Resources that use this resource

StructureDefinition
us-ph-pregnancy-status-observationUS Public Health Pregnancy Status Observation

Resources that this resource uses

CodeSystem
v3-NullFlavorNullFlavor
v3-NullFlavorNullFlavor
ValueSet
2.16.840.1.113762.1.4.1099.24Extended Pregnancy Status

Narrative

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

This value set includes codes based on the following rules:

  • Import all the codes that are contained in Extended Pregnancy Status
  • 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.)

Source

{
  "resourceType": "ValueSet",
  "id": "us-ph-valueset-pregnancy-status",
  "meta": {
    "versionId": "3",
    "lastUpdated": "2023-07-12T06:59:45.753Z"
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/us/ph-library/ValueSet/us-ph-valueset-pregnancy-status",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.11.20.9.85"
    }
  ],
  "version": "1.0.0",
  "name": "USPublicHealthValueSetPregnancyStatus",
  "title": "US Public Health VaueSet - Pregnancy Status",
  "status": "active",
  "experimental": false,
  "date": "2018-08-01T00:00:00+10:00",
  "publisher": "HL7 Public Health Working Group",
  "contact": [
    {
      "name": "HL7 Public Health Working Group",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/pher"
        },
        {
          "system": "email",
          "value": "pher@lists.HL7.org"
        }
      ]
    }
  ],
  "description": "This value set contains codes representing pregnancy statuses.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "valueSet": [
          "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113762.1.4.1099.24"
        ]
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
        "concept": [
          {
            "code": "UNK",
            "display": "Unknown"
          }
        ]
      }
    ]
  }
}