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

FHIR IG analytics

Packagelean.sa.fhir.core
Resource TypeValueSet
Idvalueset-lean-patient-gender.json
FHIR Version

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "id": "lean-patient-gender-valueset",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "url": "http://lean.sa/fhir/lean/core/ValueSet/patient-gender",
  "version": "1.0.0",
  "name": "LeanPatientGenderValueSet",
  "title": "Gender (Saudi-Health-Data-Dictionary-v2 sex)",
  "status": "draft",
  "experimental": false,
  "publisher": "Lean Business Services",
  "contact": [
    {
      "telecom": [
        {
          "system": "email",
          "value": "info@lean.sa"
        }
      ]
    }
  ],
  "description": "Saudi-Health-Data-Dictionary-v2 gender codes.",
  "compose": {
    "include": [
      {
        "system": "http://lean.sa/fhir/lean/core/CodeSystem/patient-gender"
      }
    ]
  }
}