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

FHIR IG Statistics: StructureDefinition/Subject

Packagehl7.fhir.eu.mpd
TypeStructureDefinition
IdSubject
FHIR VersionR4
Sourcehttp://hl7.eu/fhir/mpd/https://build.fhir.org/ig/costateixeira/eu-mpd/StructureDefinition-Subject.html
URLhttp://hl7.eu/fhir/mpd/StructureDefinition/Subject
Version0.1.0
Statusdraft
Date2025-05-01T20:32:06+00:00
NameSubjectEpEhn
TitleA.1.1 Patient administrative data
Realmeu
Authorityhl7
DescriptionPatient. Sections A1.1 of the eHN guideline.
CopyrightUsed by permission of HL7 Europe, all rights reserved Creative Commons License
Typehttp://hl7.eu/fhir/mpd/StructureDefinition/Subject
Kindlogical

Resources that use this resource

StructureDefinition
PrescriptionA - Prescription

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: StructureDefinition Subject

NameFlagsCard.TypeDescription & Constraintsdoco
.. Subject 0..*BaseA.1.1 Patient administrative data
... familyName 0..*stringA.1.1.1 Familyname/surname
... givenName 0..*stringA.1.1.2 Given name
... dateOfBirth 0..1dateTimeA.1.1.3 Date of birth
... identifier 0..1IdentifierA.1.1.4 Personal identifier
... gender 0..1CodeableConceptA.1.1.5 Gender
Binding Description (No ValueSet): (preferred): HL7 Administrative Gender

... nativeLanguage 0..*CodeableConceptA.1.1.6 Native language
Binding Description (No ValueSet): (preferred): ISO 639



doco Documentation for this format

Source

{
  "resourceType": "StructureDefinition",
  "id": "Subject",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.eu/fhir/mpd/StructureDefinition/Subject",
  "version": "0.1.0",
  "name": "SubjectEpEhn",
  "title": "A.1.1 Patient administrative data",
  "status": "draft",
  "date": "2025-05-01T20:32:06+00:00",
  "publisher": "HL7 Europe",
  "contact": [
    {
      "name": "HL7 Europe",
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.eu"
        }
      ]
    }
  ],
  "description": "Patient. Sections A1.1 of the eHN guideline.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "150",
          "display": "Europe"
        }
      ]
    }
  ],
  "copyright": "Used by permission of HL7 Europe, all rights reserved Creative Commons License",
  "fhirVersion": "4.0.1",
  "kind": "logical",
  "abstract": false,
  "type": "http://hl7.eu/fhir/mpd/StructureDefinition/Subject",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base",
  "derivation": "specialization",
  "snapshot": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
        "valueString": "4.0.1"
      }
    ],
    "element": [
      {
        "id": "Subject",
        "path": "Subject",
        "short": "A.1.1 Patient administrative data",
        "definition": "Patient. Sections A1.1 of the eHN guideline.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false
      },
      {
        "id": "Subject.familyName",
        "path": "Subject.familyName",
        "short": "A.1.1.1 Familyname/surname",
        "definition": "The family name/surname/last name of the patient. This field can contain more than one element or multiple fields could be present.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Subject.familyName",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Subject.givenName",
        "path": "Subject.givenName",
        "short": "A.1.1.2 Given name",
        "definition": "The given name/first name of the patient (also known as forename or first \nname) [ISO TS 22220:2011]. This field can contain more than one element.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Subject.givenName",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Subject.dateOfBirth",
        "path": "Subject.dateOfBirth",
        "short": "A.1.1.3 Date of birth",
        "definition": "The date of birth of the patient [ISO TS 22220:2011].\nThis field may contain only the year if the day and month are not available, \ne.g.: 2009 - Preferred system(s): ISO 8601",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Subject.dateOfBirth",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "Subject.identifier",
        "path": "Subject.identifier",
        "short": "A.1.1.4 Personal identifier",
        "definition": "Country ID, unique to the patient in that country. Example: ID for a Portuguese patient, national healthcare patient ID. Multiple identifiers could be provided.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Subject.identifier",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "Subject.gender",
        "path": "Subject.gender",
        "short": "A.1.1.5 Gender",
        "definition": "This field must contain a recognised valid value for 'administrative gender'. \nIf different, 'physiological sex' should be communicated elsewhere.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Subject.gender",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "preferred",
          "description": "HL7 Administrative Gender"
        }
      },
      {
        "id": "Subject.nativeLanguage",
        "path": "Subject.nativeLanguage",
        "short": "A.1.1.6 Native language",
        "definition": "The native language of the patient. This may be important for the information that is given to the patient regarding use of the prescribed product [N1228 ISO NP TS 17251]",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Subject.nativeLanguage",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "preferred",
          "description": "ISO 639"
        }
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "Subject",
        "path": "Subject",
        "short": "A.1.1 Patient administrative data",
        "definition": "Patient. Sections A1.1 of the eHN guideline."
      },
      {
        "id": "Subject.familyName",
        "path": "Subject.familyName",
        "short": "A.1.1.1 Familyname/surname",
        "definition": "The family name/surname/last name of the patient. This field can contain more than one element or multiple fields could be present.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Subject.givenName",
        "path": "Subject.givenName",
        "short": "A.1.1.2 Given name",
        "definition": "The given name/first name of the patient (also known as forename or first \nname) [ISO TS 22220:2011]. This field can contain more than one element.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Subject.dateOfBirth",
        "path": "Subject.dateOfBirth",
        "short": "A.1.1.3 Date of birth",
        "definition": "The date of birth of the patient [ISO TS 22220:2011].\nThis field may contain only the year if the day and month are not available, \ne.g.: 2009 - Preferred system(s): ISO 8601 ",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "Subject.identifier",
        "path": "Subject.identifier",
        "short": "A.1.1.4 Personal identifier",
        "definition": "Country ID, unique to the patient in that country. Example: ID for a Portuguese patient, national healthcare patient ID. Multiple identifiers could be provided.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "Subject.gender",
        "path": "Subject.gender",
        "short": "A.1.1.5 Gender",
        "definition": "This field must contain a recognised valid value for 'administrative gender'. \nIf different, 'physiological sex' should be communicated elsewhere.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "preferred",
          "description": "HL7 Administrative Gender"
        }
      },
      {
        "id": "Subject.nativeLanguage",
        "path": "Subject.nativeLanguage",
        "short": "A.1.1.6 Native language",
        "definition": "The native language of the patient. This may be important for the information that is given to the patient regarding use of the prescribed product [N1228 ISO NP TS 17251]",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "preferred",
          "description": "ISO 639"
        }
      }
    ]
  }
}