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

FHIR IG analytics

Packageorg.dhin-hie.sandbox
Resource TypeValueSet
IdValueSet-nigeria-sibling-relationship.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/Nigeria-FHIR-Community/2025Connectathon/ValueSet-nigeria-sibling-relationship.html
URLhttps://sandbox.dhin-hie.org/ig/ValueSet/nigeria-sibling-relationship
Version0.2.0
Statusactive
Date2025-11-25T07:48:54+00:00
NameNGSiblingRelationshipsVS
TitleNG Sibling Relationships VS
DescriptionA sub list from relationship list with only two options brother and sister.

Resources that use this resource

StructureDefinition
ng-related-personNG RelatedPerson

Resources that this resource uses

CodeSystem
nigeria-relationshipNG Relationships CS

Narrative

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

Generated Narrative: ValueSet nigeria-sibling-relationship

This value set includes codes based on the following rules:


Source1

{
  "resourceType": "ValueSet",
  "id": "nigeria-sibling-relationship",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://sandbox.dhin-hie.org/ig/ValueSet/nigeria-sibling-relationship",
  "version": "0.2.0",
  "name": "NGSiblingRelationshipsVS",
  "title": "NG Sibling Relationships VS",
  "status": "active",
  "experimental": false,
  "date": "2025-11-25T07:48:54+00:00",
  "publisher": "DHIN",
  "contact": [
    {
      "name": "DHIN",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.dhin-hie.org"
        },
        {
          "system": "email",
          "value": "info@dhin-hie.org"
        }
      ]
    },
    {
      "name": "Digital Health Interoperability Network.",
      "telecom": [
        {
          "system": "email",
          "value": "info@dhin-hie.org",
          "use": "work"
        }
      ]
    }
  ],
  "description": "A sub list from relationship list with only two options brother and sister.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "NG",
          "display": "Nigeria"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "https://sandbox.dhin-hie.org/ig/CodeSystem/nigeria-relationship",
        "filter": [
          {
            "property": "code",
            "op": "=",
            "value": "BROTHER"
          }
        ]
      },
      {
        "system": "https://sandbox.dhin-hie.org/ig/CodeSystem/nigeria-relationship",
        "filter": [
          {
            "property": "code",
            "op": "=",
            "value": "SISTER"
          }
        ]
      }
    ]
  }
}