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

FHIR IG Statistics: ValueSet/sghi-contact-relationship

Packagesilfhirprofileig
TypeValueSet
Idsghi-contact-relationship
FHIR VersionR5
Sourcehttps://fhir.slade360.co.ke/fhir/https://build.fhir.org/ig/savannahghi/sil_fhir_profile_ig/ValueSet-sghi-contact-relationship.html
URLhttps://fhir.slade360.co.ke/fhir/ValueSet/sghi-contact-relationship
Version0.1.0
Statusdraft
Date2025-07-10T13:42:01+00:00
NameSGHIContactRelationship
TitleSGHI Contact Relationship Types
DescriptionContact relationship types used in SGHI systems

Resources that use this resource

StructureDefinition
sghi-patientSGHI Patient

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: ValueSet sghi-contact-relationship

  • Include these codes as defined in http://hl7.org/fhir/ValueSet/patient-contactrelationship
    CodeDisplay
    NNext-of-Kin
    CEmergency Contact
    SSpouse
    EEmployer
    CPContact Person

Source

{
  "resourceType": "ValueSet",
  "id": "sghi-contact-relationship",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://fhir.slade360.co.ke/fhir/ValueSet/sghi-contact-relationship",
  "version": "0.1.0",
  "name": "SGHIContactRelationship",
  "title": "SGHI Contact Relationship Types",
  "status": "draft",
  "experimental": false,
  "date": "2025-07-10T13:42:01+00:00",
  "publisher": "Kathurima Kimathi",
  "contact": [
    {
      "name": "Kathurima Kimathi",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.linkedin.com/in/kathurima-kimathi/"
        },
        {
          "system": "email",
          "value": "kathurimakimathi415@gmail.com"
        }
      ]
    },
    {
      "name": "Oscar John",
      "telecom": [
        {
          "system": "email",
          "value": "oscarjohnotieno@gmail.com",
          "use": "work"
        }
      ]
    },
    {
      "name": "Kennedy Omondi",
      "telecom": [
        {
          "system": "email",
          "value": "kennankole@gmail.com",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Contact relationship types used in SGHI systems",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/ValueSet/patient-contactrelationship",
        "concept": [
          {
            "code": "N",
            "display": "Next-of-Kin"
          },
          {
            "code": "C",
            "display": "Emergency Contact"
          },
          {
            "code": "S",
            "display": "Spouse"
          },
          {
            "code": "E",
            "display": "Employer"
          },
          {
            "code": "CP",
            "display": "Contact Person"
          }
        ]
      }
    ]
  }
}