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

FHIR IG Statistics: ValueSet/snomed-pregnancy-status-code

Packagetw.gov.mohw.twcore
TypeValueSet
Idsnomed-pregnancy-status-code
FHIR VersionR4
Sourcehttps://twcore.mohw.gov.tw/ig/twcore/https://build.fhir.org/ig/MOHW-TWCoreIG/cctwFHIRterm/ValueSet-snomed-pregnancy-status-code.html
URLhttps://twcore.mohw.gov.tw/ig/twcore/ValueSet/snomed-pregnancy-status-code
Version0.3.0
Statusactive
Date2025-05-16T05:59:52+00:00
NamePregnancyStatusCodeSCT
TitleSNOMED CT + HL7 NullFlavor妊娠狀態值集
Realmtw
Authoritynational
DescriptionSNOMED CT + HL7 NullFlavor妊娠狀態值集。
CopyrightThis value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement.

Resources that use this resource

StructureDefinition
Observation-pregnancy-status-twcoreTW Core Observation Pregnancy Status

Resources that this resource uses

CodeSystem
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 snomed-pregnancy-status-code

This value set includes codes based on the following rules:

  • Include these codes as defined in http://snomed.info/sct
    CodeDisplay
    146799005Possible pregnancy
    60001007Not pregnant
    77386006Pregnancy
  • 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": "snomed-pregnancy-status-code",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://twcore.mohw.gov.tw/ig/twcore/ValueSet/snomed-pregnancy-status-code",
  "version": "0.3.0",
  "name": "PregnancyStatusCodeSCT",
  "title": "SNOMED CT + HL7 NullFlavor妊娠狀態值集",
  "status": "active",
  "experimental": false,
  "date": "2025-05-16T05:59:52+00:00",
  "contact": [
    {
      "name": "衛生福利部",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.mohw.gov.tw/"
        },
        {
          "system": "email",
          "value": "CCYU@mohw.gov.tw"
        }
      ]
    }
  ],
  "description": "SNOMED CT + HL7 NullFlavor妊娠狀態值集。",
  "copyright": "This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement.",
  "compose": {
    "include": [
      {
        "system": "http://snomed.info/sct",
        "concept": [
          {
            "code": "146799005"
          },
          {
            "code": "60001007"
          },
          {
            "code": "77386006"
          }
        ]
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
        "concept": [
          {
            "code": "UNK"
          }
        ]
      }
    ]
  }
}