FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.kh.camdheaig
Resource TypeCodeSystem
IdCodeSystem-cr-sex-cs.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/daviemukungi/CambodiaFHIRIG/CodeSystem-cr-sex-cs.html
URLhttp://camdheaig.org/CodeSystem/cr-sex
Version0.1.0
Statusactive
Date2026-05-05T08:50:43+00:00
NameCRSexCS
TitleCR Biological Sex Code System
Realmus
Authorityhl7
DescriptionCodes for the biological sex of an individual as recorded in the Cambodia Client Registry.
Contentcomplete

Resources that use this resource

ValueSet
fhir.kh.camdheaig#currentcr-sexCR Biological Sex Value Set

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem cr-sex-cs

This code system http://camdheaig.org/CodeSystem/cr-sex defines the following codes:

CodeDisplayDefinition
male MaleBiological sex recorded as male.
female FemaleBiological sex recorded as female.
unknown UnknownBiological sex not determined (e.g. foetal death).

Source1

{
  "resourceType": "CodeSystem",
  "id": "cr-sex-cs",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://camdheaig.org/CodeSystem/cr-sex",
  "version": "0.1.0",
  "name": "CRSexCS",
  "title": "CR Biological Sex Code System",
  "status": "active",
  "experimental": false,
  "date": "2026-05-05T08:50:43+00:00",
  "publisher": "Ministry of Health, Kingdom of Cambodia",
  "contact": [
    {
      "name": "Ministry of Health, Kingdom of Cambodia",
      "telecom": [
        {
          "system": "url",
          "value": "http://moh.gov.kh"
        },
        {
          "system": "email",
          "value": "digitalhealth@moh.gov.kh"
        }
      ]
    },
    {
      "name": "CamDHEA Technical Working Group",
      "telecom": [
        {
          "system": "email",
          "value": "camdheaig@moh.gov.kh",
          "use": "work"
        },
        {
          "system": "url",
          "value": "http://camdheaig.org",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Codes for the biological sex of an individual as recorded in the Cambodia Client Registry.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "KH",
          "display": "Cambodia"
        }
      ]
    }
  ],
  "content": "complete",
  "count": 3,
  "concept": [
    {
      "code": "male",
      "display": "Male",
      "definition": "Biological sex recorded as male."
    },
    {
      "code": "female",
      "display": "Female",
      "definition": "Biological sex recorded as female."
    },
    {
      "code": "unknown",
      "display": "Unknown",
      "definition": "Biological sex not determined (e.g. foetal death)."
    }
  ]
}