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

FHIR IG analytics

Packageans.document.fr.core
Resource TypeStructureDefinition
IdStructureDefinition-fr-cda-name.json
FHIR VersionR4
Sourcehttps://interop.esante.gouv.fr/ig/document/core/0.1.0-snapshot/StructureDefinition-fr-cda-name.html
URLhttps://interop.esante.gouv.fr/ig/document/core/StructureDefinition/fr-cda-name
Version0.1.0-snapshot
Statusdraft
Date2026-04-15T16:11:27+00:00
NameFRCDAName
TitleCDA - Name
Realmfr
DescriptionL'élément de l'en-tête du CDA correspond au nom d'une personne physique.
Typehttp://hl7.org/cda/stds/core/StructureDefinition/PN
Kindlogical

Resources that use this resource

StructureDefinition
ans.document.fr.core#0.1.0-snapshotfr-cda-assigned-personCDA - assignedPerson

Resources that this resource uses

StructureDefinition
au.digitalhealth.cda.schema#currentPNPN: PersonName (V3 Data Type)
ValueSet
ans.fr.nos#1.5.0JDV-J245-Civilite-CISISJDV_J245-Civilite-CISIS
ans.fr.nos#1.5.0JDV-J246-Titre-CISISJDV_J246-Titre-CISIS

Narrative

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

Narratif généré : DéfinitionStructure fr-cda-name

NomDrapeauxCard.TypeDescription et contraintesdoco
.. PN PNEspace de noms (namespace) XML: urn:hl7-org:v3
Conteneur logique: ClinicalDocument (CDA Class)
... @nullFlavor 0..0
... @use 0..0
... item
.... delimiter 0..0
.... family 0..*ENXPNom de famille ou nom d’usage
.... given 0..1ENXPPrénom
.... prefix 0..1ENXPCivilité
Binding: JDV_J245_Civilite_CISIS (required)
.... suffix 0..1ENXPTitre
Binding: JDV_J246_Titre_CISIS (required)
.... xmlText 0..0Allows for mixed text content
... validTime 0..0

doco Documentation pour ce format

Source1

{
  "resourceType": "StructureDefinition",
  "id": "fr-cda-name",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/tools/StructureDefinition/logical-target",
      "_valueBoolean": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
            "valueCode": "not-applicable"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace",
      "valueUri": "urn:hl7-org:v3"
    },
    {
      "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-name",
      "valueString": "name"
    },
    {
      "url": "http://hl7.org/fhir/tools/StructureDefinition/logical-container",
      "valueUri": "http://hl7.org/cda/stds/core/StructureDefinition/ClinicalDocument"
    }
  ],
  "url": "https://interop.esante.gouv.fr/ig/document/core/StructureDefinition/fr-cda-name",
  "version": "0.1.0-snapshot",
  "name": "FRCDAName",
  "title": "CDA - Name",
  "status": "draft",
  "date": "2026-04-15T16:11:27+00:00",
  "publisher": "Agence du Numérique en Santé (ANS) - 2-10 Rue d'Oradour-sur-Glane, 75015 Paris",
  "contact": [
    {
      "name": "Agence du Numérique en Santé (ANS) - 2-10 Rue d'Oradour-sur-Glane, 75015 Paris",
      "telecom": [
        {
          "system": "url",
          "value": "https://esante.gouv.fr"
        }
      ]
    }
  ],
  "description": "L'élément de l'en-tête du CDA  correspond au nom d'une personne physique.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "FR",
          "display": "FRANCE"
        }
      ]
    }
  ],
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "logical",
  "abstract": false,
  "type": "http://hl7.org/cda/stds/core/StructureDefinition/PN",
  "baseDefinition": "http://hl7.org/cda/stds/core/StructureDefinition/PN",
  "derivation": "constraint",
  "snapshot": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
        "valueString": "2.0.1-sd"
      }
    ],
    "element": [
      {
        "id": "PN",
        "path": "PN",
        "short": "Base for all types and resources",
        "definition": "A name for a person. A sequence of name parts, such as given name or family name, prefix, suffix, etc. Examples for person name values are \"Jim Bob Walton, Jr.\", \"Adam Everyman\", etc. A person name may be as simple as a character string or may consist of several person name parts, such as, \"Jim\", \"Bob\", \"Walton\", and \"Jr.\". PN differs from EN because the qualifier type cannot include LS (Legal Status).",
        "min": 1,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "constraint": [
          {
            "key": "pn-no-ls",
            "severity": "error",
            "human": "No PN name part may have a qualifier of LS.",
            "expression": "(item.delimiter | item.family | item.given | item.prefix | item.suffix).where(qualifier.where($this = 'LS').exists()).empty()",
            "source": "http://hl7.org/cda/stds/core/StructureDefinition/PN"
          }
        ],
        "isModifier": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "PN.nullFlavor",
        "path": "PN.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "0",
        "base": {
          "path": "ANY.nullFlavor",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "code",
            "profile": [
              "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple"
            ]
          }
        ],
        "binding": {
          "strength": "required",
          "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor"
        }
      },
      {
        "id": "PN.use",
        "path": "PN.use",
        "representation": [
          "xmlAttr"
        ],
        "label": "Use Code",
        "definition": "A set of codes advising a system or user which name in a set of like names to select for a given purpose. A name without specific use code might be a default name useful for any purpose, but a name with a specific use code would be preferred for that respective purpose",
        "min": 0,
        "max": "0",
        "base": {
          "path": "EN.use",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "code",
            "profile": [
              "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple"
            ]
          }
        ],
        "binding": {
          "strength": "required",
          "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDAEntityNameUse"
        }
      },
      {
        "id": "PN.item",
        "extension": [
          {
            "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-choice-group",
            "valueBoolean": true
          }
        ],
        "path": "PN.item",
        "definition": "A series of items that constitute the name.",
        "min": 1,
        "max": "*",
        "base": {
          "path": "EN.item",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "http://hl7.org/fhir/StructureDefinition/Base"
          }
        ],
        "constraint": [
          {
            "key": "EN-1",
            "severity": "error",
            "human": "Can only have only one of the possible item elements in each choice",
            "expression": "(delimiter | family | given | prefix | suffix | xmlText).count() = 1",
            "source": "http://hl7.org/cda/stds/core/StructureDefinition/EN"
          }
        ]
      },
      {
        "id": "PN.item.delimiter",
        "path": "PN.item.delimiter",
        "min": 0,
        "max": "0",
        "base": {
          "path": "EN.item.delimiter",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "http://hl7.org/cda/stds/core/StructureDefinition/ENXP"
          }
        ]
      },
      {
        "id": "PN.item.family",
        "path": "PN.item.family",
        "short": "Nom de famille ou nom d’usage",
        "min": 0,
        "max": "*",
        "base": {
          "path": "EN.item.family",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "http://hl7.org/cda/stds/core/StructureDefinition/ENXP"
          }
        ]
      },
      {
        "id": "PN.item.given",
        "path": "PN.item.given",
        "short": "Prénom",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EN.item.given",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "http://hl7.org/cda/stds/core/StructureDefinition/ENXP"
          }
        ]
      },
      {
        "id": "PN.item.prefix",
        "path": "PN.item.prefix",
        "short": "Civilité",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EN.item.prefix",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "http://hl7.org/cda/stds/core/StructureDefinition/ENXP"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSet": "https://mos.esante.gouv.fr/NOS/JDV_J245-Civilite-CISIS/FHIR/JDV-J245-Civilite-CISIS"
        }
      },
      {
        "id": "PN.item.suffix",
        "path": "PN.item.suffix",
        "short": "Titre",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EN.item.suffix",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "http://hl7.org/cda/stds/core/StructureDefinition/ENXP"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSet": "https://mos.esante.gouv.fr/NOS/JDV_J246-Titre-CISIS/FHIR/JDV-J246-Titre-CISIS"
        }
      },
      {
        "id": "PN.item.xmlText",
        "path": "PN.item.xmlText",
        "representation": [
          "xmlText"
        ],
        "short": "Allows for mixed text content",
        "comment": "This element is represented in XML as textual content. The actual name \"xmlText\" will not appear in a CDA instance.",
        "min": 0,
        "max": "0",
        "base": {
          "path": "EN.item.xmlText",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string",
            "profile": [
              "http://hl7.org/cda/stds/core/StructureDefinition/st-simple"
            ]
          }
        ]
      },
      {
        "id": "PN.validTime",
        "path": "PN.validTime",
        "label": "Valid Time",
        "definition": "An interval of time specifying the time during which the name is or was used for the entity. This accomodates the fact that people change names for people, places and things.",
        "min": 0,
        "max": "0",
        "base": {
          "path": "EN.validTime",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "http://hl7.org/cda/stds/core/StructureDefinition/IVL-TS"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "PN.nullFlavor",
        "path": "PN.nullFlavor",
        "max": "0"
      },
      {
        "id": "PN.use",
        "path": "PN.use",
        "max": "0"
      },
      {
        "id": "PN.item.delimiter",
        "path": "PN.item.delimiter",
        "max": "0"
      },
      {
        "id": "PN.item.family",
        "path": "PN.item.family",
        "short": "Nom de famille ou nom d’usage"
      },
      {
        "id": "PN.item.given",
        "path": "PN.item.given",
        "short": "Prénom",
        "max": "1"
      },
      {
        "id": "PN.item.prefix",
        "path": "PN.item.prefix",
        "short": "Civilité",
        "max": "1",
        "binding": {
          "strength": "required",
          "valueSet": "https://mos.esante.gouv.fr/NOS/JDV_J245-Civilite-CISIS/FHIR/JDV-J245-Civilite-CISIS"
        }
      },
      {
        "id": "PN.item.suffix",
        "path": "PN.item.suffix",
        "short": "Titre",
        "max": "1",
        "binding": {
          "strength": "required",
          "valueSet": "https://mos.esante.gouv.fr/NOS/JDV_J246-Titre-CISIS/FHIR/JDV-J246-Titre-CISIS"
        }
      },
      {
        "id": "PN.item.xmlText",
        "path": "PN.item.xmlText",
        "max": "0"
      },
      {
        "id": "PN.validTime",
        "path": "PN.validTime",
        "max": "0"
      }
    ]
  }
}