Package | fhir.kenyaPSIG |
Type | ValueSet |
Id | PatientContactRlshipVS |
FHIR Version | R4 |
Source | https://example.org/fhir/https://build.fhir.org/ig/IntelliSOFT-Consulting/Kenya-Patient-Summary-FHIR-IG/ValueSet-PatientContactRlshipVS.html |
URL | https://example.org/fhir/ValueSet/PatientContactRlshipVS |
Version | 0.1.0 |
Status | draft |
Date | 2025-07-15T09:30:53+00:00 |
Name | PT-CONTACTRELATIONSHIP |
Title | Patient Contact Relationship ValueSet |
Realm | us |
Authority | hl7 |
Description | Patient Contact Relationship ValueSet |
No resources found
CodeSystem | |
KNHTS.CONTACTRELATIONSHIP | CodeSystem for Contact Relationship |
Note: links and images are rebased to the (stated) source
{ "resourceType": "ValueSet", "id": "PatientContactRlshipVS", "text": { "status": "extensions", "div": "<!-- snip (see above) -->" }, "url": "https://example.org/fhir/ValueSet/PatientContactRlshipVS", "version": "0.1.0", "name": "PT-CONTACTRELATIONSHIP", "title": "Patient Contact Relationship ValueSet", "status": "draft", "experimental": false, "date": "2025-07-15T09:30:53+00:00", "publisher": "IntelliSOFT Consulting", "contact": [ { "name": "IntelliSOFT Consulting", "telecom": [ { "system": "url", "value": "https://.com/fhir/example-publisher" } ] }, { "name": "KPS Team Kenya.", "telecom": [ { "system": "email", "value": "info@example.com", "use": "work" } ] } ], "description": "Patient Contact Relationship ValueSet", "jurisdiction": [ { "coding": [ { "system": "urn:iso:std:iso:3166", "code": "KE", "display": "Kenya" } ] } ], "compose": { "include": [ { "system": "https://example.org/fhir/CodeSystem/KNHTS.CONTACTRELATIONSHIP", "concept": [ { "code": "guardian" }, { "code": "caregiver" }, { "code": "parent" }, { "code": "sibling" }, { "code": "child" } ] } ] } }