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

FHIR IG Statistics: ValueSet/patient-relationship-type

Packageca.clicsante.base
TypeValueSet
Idpatient-relationship-type
FHIR VersionR4
Sourcehttp://documentation.clicsante.ca/fhir/base/http://documentation.clicsante.ca/fhir/base/1.0.0/ValueSet-patient-relationship-type.html
URLhttp://documentation.clicsante.ca/fhir/base/ValueSet/patient-relationship-type
Version1.0.0
Statusactive
Date2025-03-15T01:44:09+00:00
NamePatientRelationshipTypeValueSet
TitlePatient Relationship Value Set
DescriptionA ValueSet derived from PatientRelationshipType, limited to 'Mother', 'Father', 'Spouse' and Emergency Contact.

Resources that use this resource

StructureDefinition
related-personRelated Person

Resources that this resource uses

CodeSystem
v2-0131contactRole2
v3-RoleCodeRoleCode
v2-0131contactRole2
v3-RoleCodeRoleCode

Narrative

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

Generated Narrative: ValueSet patient-relationship-type

This value set includes codes based on the following rules:

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-RoleCode
    CodeDisplayDefinition
    FTHfatherThe player of the role is a male who begets or raises or nurtures the scoping entity (child).
    MTHmotherThe player of the role is a female who conceives, gives birth to, or raises and nurtures the scoping entity (child).
    SPSspouseThe player of the role is a marriage partner of the scoping person.
  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v2-0131
    CodeDisplayDefinition
    CEmergency ContactEmergency Contact

Source

{
  "resourceType": "ValueSet",
  "id": "patient-relationship-type",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://documentation.clicsante.ca/fhir/base/ValueSet/patient-relationship-type",
  "version": "1.0.0",
  "name": "PatientRelationshipTypeValueSet",
  "title": "Patient Relationship Value Set",
  "status": "active",
  "experimental": true,
  "date": "2025-03-15T01:44:09+00:00",
  "publisher": "Clic Santé",
  "contact": [
    {
      "name": "Clic Santé",
      "telecom": [
        {
          "system": "url",
          "value": "https://clicsante.ca"
        }
      ]
    }
  ],
  "description": "A ValueSet derived from PatientRelationshipType, limited to 'Mother', 'Father', 'Spouse' and Emergency Contact.",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
        "concept": [
          {
            "code": "FTH"
          },
          {
            "code": "MTH"
          },
          {
            "code": "SPS"
          }
        ]
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v2-0131",
        "concept": [
          {
            "code": "C"
          }
        ]
      }
    ]
  }
}