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

FHIR IG Statistics: CodeSystem/client-relationship

Packagefhir.nigeriaImmunization
Resource TypeCodeSystem
Idclient-relationship
FHIR VersionR4
Sourcehttp://nhin.example.ng/https://build.fhir.org/ig/IntelliSOFT-Consulting/Nigeria-Immunization-FHIR-IG/CodeSystem-client-relationship.html
URLhttp://nhin.example.ng/CodeSystem/client-relationship
Version0.1.0
Statusactive
Date2025-08-11T12:02:23+00:00
NameClientRelationshipCS
TitleIMMZ.F.DE2 CodeSystem for Client Relationship
Realmus
Authorityhl7
DescriptionCodeSystem for IMMZ.F.DE2 Client Relationship
Contentcomplete

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem client-relationship

This case-sensitive code system http://nhin.example.ng/CodeSystem/client-relationship defines the following codes:

CodeDisplay
mother Mother
father Father

Source

{
  "resourceType": "CodeSystem",
  "id": "client-relationship",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://nhin.example.ng/CodeSystem/client-relationship",
  "version": "0.1.0",
  "name": "ClientRelationshipCS",
  "title": "IMMZ.F.DE2 CodeSystem for Client Relationship",
  "status": "active",
  "experimental": false,
  "date": "2025-08-11T12:02:23+00:00",
  "publisher": "intellisoftkenya.com",
  "contact": [
    {
      "name": "intellisoftkenya.com",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.intellisoftkenya.com/"
        }
      ]
    },
    {
      "name": "IntelliSOFT Consulting Kenya.",
      "telecom": [
        {
          "system": "email",
          "value": "info@intellisoftkenya.com",
          "use": "work"
        }
      ]
    }
  ],
  "description": "CodeSystem for IMMZ.F.DE2 Client Relationship",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "NG",
          "display": "Nigeria"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "count": 2,
  "concept": [
    {
      "code": "mother",
      "display": "Mother"
    },
    {
      "code": "father",
      "display": "Father"
    }
  ]
}