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

FHIR IG analytics

Packagehl7.fhir.fr.core
Resource TypeCodeSystem
IdCodeSystem-fr-core-cs-patient-contact-relationship-category.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/Interop-Sante/hl7.fhir.fr.core/CodeSystem-fr-core-cs-patient-contact-relationship-category.html
URLhttps://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-patient-contact-relationship-category
Version2.2.0
Statusactive
Date2026-03-25T15:07:20+00:00
NameFRCoreCodeSystemPatientContactRelationshipCategory
TitleFR Core CodeSystem Patient Contact Relationship Category
Realmfr
Authorityhl7
DescriptionCatégorie de la relation du contact patient : rôle ou type de relation
Contentcomplete

Resources that use this resource

ValueSet
hl7.fhir.fr.core#currentfr-core-vs-patient-contact-relationship-categoryFR Core ValueSet Patient Contact Relationship Category

Resources that this resource uses

No resources found


Narrative

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

Narratif généré : CodeSystem fr-core-cs-patient-contact-relationship-category

This case-sensitive code system https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-patient-contact-relationship-category defines the following codes:

CodeAffichageDéfinition
role RôleRôle du contact (ex : personne à prévenir, personne de confiance)
relationType Type de relationType de relation familiale ou sociale (ex : mère, époux, enfant)

Source1

{
  "resourceType": "CodeSystem",
  "id": "fr-core-cs-patient-contact-relationship-category",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem|4.0.1"
    ]
  },
  "language": "fr-FR",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-patient-contact-relationship-category",
  "version": "2.2.0",
  "name": "FRCoreCodeSystemPatientContactRelationshipCategory",
  "title": "FR Core CodeSystem Patient Contact Relationship Category",
  "status": "active",
  "experimental": false,
  "date": "2026-03-25T15:07:20+00:00",
  "publisher": "Interop'Santé",
  "contact": [
    {
      "name": "Interop'Santé",
      "telecom": [
        {
          "system": "url",
          "value": "http://interopsante.org"
        }
      ]
    },
    {
      "name": "InteropSanté",
      "telecom": [
        {
          "system": "email",
          "value": "fhir@interopsante.org",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Catégorie de la relation du contact patient : rôle ou type de relation",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "FR",
          "display": "France"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "count": 2,
  "concept": [
    {
      "code": "role",
      "display": "Rôle",
      "definition": "Rôle du contact (ex : personne à prévenir, personne de confiance)"
    },
    {
      "code": "relationType",
      "display": "Type de relation",
      "definition": "Type de relation familiale ou sociale (ex : mère, époux, enfant)"
    }
  ]
}