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

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

Packagehl7.fhir.us.ecr
TypeValueSet
Idus-ph-pregnancy-status
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/ecr/https://build.fhir.org/ig/HL7/case-reporting/ValueSet-us-ph-pregnancy-status.html
URLhttp://hl7.org/fhir/us/ecr/ValueSet/us-ph-pregnancy-status
Version2.1.2
Statusactive
Date2018-08-01T00:00:00+10:00
NameUSPublicHealthPregnancyStatus
TitleUS Public Health 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

Generated Narrative: ValueSet us-ph-pregnancy-status

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-pregnancy-status",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pher"
    }
  ],
  "url": "http://hl7.org/fhir/us/ecr/ValueSet/us-ph-pregnancy-status",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.11.20.9.85"
    }
  ],
  "version": "2.1.2",
  "name": "USPublicHealthPregnancyStatus",
  "title": "US Public Health Pregnancy Status",
  "status": "active",
  "experimental": false,
  "date": "2018-08-01T00:00:00+10:00",
  "publisher": "HL7 International / Public Health",
  "contact": [
    {
      "name": "HL7 International / Public Health",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/pher"
        }
      ]
    }
  ],
  "description": "This value set contains codes representing pregnancy statuses.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US",
          "display": "United States of America"
        }
      ],
      "text": "United States of America"
    }
  ],
  "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"
          }
        ]
      }
    ]
  }
}