{ "description": "Logical Model: A pattern followed by resources that represent the participant in some activity, process, or responsible for providing information about a resource.", "_filename": "StructureDefinition-ParticipantLiving.json", "package_name": "hl7.fhir.r6.examples", "date": "2025-04-01T12:16:37+11:00", "publisher": "HL7 International / FHIR Infrastructure", "fhirVersion": "6.0.0-ballot3", "jurisdiction": [ { "coding": [ { "code": "001", "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", "display": "World" } ] } ], "name": "ParticipantLiving", "mapping": [ { "uri": "http://hl7.org/v3", "name": "RIM Mapping", "identity": "rim" } ], "abstract": false, "type": "ParticipantLiving", "experimental": "false", "resourceType": "StructureDefinition", "title": "participantliving", "package_version": "6.0.0-ballot3", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", "valueCode": "informative" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "fhir" } ], "snapshot": { "element": [ { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "ParticipantLiving", "min": 0, "definition": "A pattern followed by resources that represent the participant in some activity, process, or responsible for providing information about a resource.", "isModifier": false, "short": "Participant Pattern", "mapping": [ { "map": "Role", "identity": "rim" } ], "max": "*", "id": "ParticipantLiving", "base": { "max": "*", "min": 0, "path": "ParticipantLiving" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "ParticipantLiving.birthDate", "requirements": "Used for identity verification and may drive other business processes.", "min": 0, "definition": "The date when the {{title}} was born.", "isModifier": false, "short": "The date of birth for the {{title}}", "type": [ { "code": "date" } ], "max": "1", "id": "ParticipantLiving.birthDate", "base": { "max": "1", "min": 0, "path": "ParticipantLiving.birthDate" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "ParticipantLiving.gender", "requirements": "Needed for identification of the individual, in combination with (at least) name and birth date.", "min": 0, "definition": "Administrative Gender - the gender that the {{title}} is considered to have for administration and record keeping purposes.", "isModifier": false, "short": "male | female | other | unknown", "type": [ { "code": "code" } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/fhir/ValueSet/administrative-gender|6.0.0-ballot3", "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", "valueMarkdown": "The gender of a person used for administrative purposes." }, { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "AdministrativeGender" }, { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", "valueBoolean": true } ], "description": "The gender of a person used for administrative purposes." }, "max": "1", "id": "ParticipantLiving.gender", "base": { "max": "1", "min": 0, "path": "ParticipantLiving.gender" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "ParticipantLiving.photo", "requirements": "Many EHR systems have the capability to capture an image of the participant. Fits with newer social media usage too.", "min": 0, "definition": "A facial image of the {{title}}.", "isModifier": false, "short": "Image of the {{title}", "type": [ { "code": "Attachment" } ], "max": "*", "id": "ParticipantLiving.photo", "base": { "max": "*", "min": 0, "path": "ParticipantLiving.photo" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "ParticipantLiving.communication", "requirements": "Most systems in multilingual countries will want to convey language. Not all systems actually need the regional dialect.", "min": 0, "definition": "The language which can be used to communicate with the {{title}}.", "isModifier": false, "short": "Language used by {{title}}", "type": [ { "code": "CodeableConcept" } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/fhir/ValueSet/all-languages|6.0.0-ballot3", "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", "valueMarkdown": "IETF language tag for a human language." }, { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "Language" }, { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", "valueBoolean": true } ], "additional": [ { "purpose": "starter", "valueSet": "http://hl7.org/fhir/ValueSet/languages" } ], "description": "IETF language tag for a human language." }, "max": "*", "id": "ParticipantLiving.communication", "comment": "The ISO-639-1 alpha 2 code in lower case for the language, optionally followed by a hyphen and the ISO-3166-1 alpha 2 code for the region in upper case; e.g. \"en\" for English, or \"en-US\" for American English versus \"en-AU\" for Australian English.", "base": { "max": "*", "min": 0, "path": "ParticipantLiving.communication" }, "isSummary": false } ] }, "status": "draft", "id": "27582b49-9440-41d0-907a-bed82365cbe1", "kind": "logical", "url": "http://hl7.org/fhir/StructureDefinition/ParticipantLiving", "version": "6.0.0-ballot3", "contact": [ { "telecom": [ { "value": "http://hl7.org/fhir", "system": "url" } ] }, { "telecom": [ { "value": "http://www.hl7.org/Special/committees/fiwg", "system": "url" } ] } ], "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base" }