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

FHIR IG Statistics: CodeSystem/patient-fetalstatus

Packagehl7.fhir.uv.extensions
TypeCodeSystem
Idpatient-fetalstatus
FHIR VersionR5
Sourcehttp://hl7.org/fhir/extensions/https://build.fhir.org/ig/HL7/fhir-extensions/CodeSystem-patient-fetalstatus.html
URLhttp://hl7.org/fhir/patient-fetalstatus
Version5.3.0-ballot
Statusdraft
Date2025-07-20T22:32:31+00:00
NameFetalStatus
Titlefetal status code system
Realmuv
Authorityhl7
DescriptionThis fetal status of a patient.
Contentcomplete

Resources that use this resource

ConceptMap
genomics-patient-bornstatusGenomics Patient Born Status
ValueSet
patient-fetalstatusfetal status value set
patient-fetalstatusfetal status value set

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem patient-fetalstatus

Last updated: 2023-01-31 07:07:38+1100

Profile: Shareable CodeSystem

This case-sensitive code system http://hl7.org/fhir/patient-fetalstatus defines the following codes:

CodeDisplayDefinition
potential-for-live-birth Potential For Live BirthThe subject has the potential for live birth.
fetal-demise Fetal DemiseThe subject is deceased.
unknown UnknownThe fetal status of the subject is unknown.

Source

{
  "resourceType": "CodeSystem",
  "id": "patient-fetalstatus",
  "meta": {
    "lastUpdated": "2023-01-31T07:07:38.434+11:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pc"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "draft"
    }
  ],
  "url": "http://hl7.org/fhir/patient-fetalstatus",
  "version": "5.3.0-ballot",
  "name": "FetalStatus",
  "title": "fetal status code system",
  "status": "draft",
  "experimental": true,
  "date": "2025-07-20T22:32:31+00:00",
  "publisher": "HL7 International / Patient Care",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/patientcare"
        }
      ]
    }
  ],
  "description": "This fetal status of a patient.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "potential-for-live-birth",
      "display": "Potential For Live Birth",
      "definition": "The subject has the potential for live birth."
    },
    {
      "code": "fetal-demise",
      "display": "Fetal Demise",
      "definition": "The subject is deceased."
    },
    {
      "code": "unknown",
      "display": "Unknown",
      "definition": "The fetal status of the subject is unknown."
    }
  ]
}