{
"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.r5.examples",
"date": "2021-12-21T15:26:20+11:00",
"publisher": "Health Level Seven International fhir",
"fhirVersion": "5.0.0-snapshot1",
"name": "ParticipantLiving",
"mapping": [ {
"uri": "http://hl7.org/v3",
"name": "RIM Mapping",
"identity": "rim"
} ],
"abstract": false,
"type": "ParticipantLiving",
"experimental": null,
"resourceType": "StructureDefinition",
"title": "participantliving",
"package_version": "5.0.0-snapshot1",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "informative"
} ],
"snapshot": {
"element": [ {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"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",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "ParticipantLiving.birthDate",
"min": 0,
"definition": "The date of birth for the individual.",
"isModifier": false,
"short": "The date of birth for the individual",
"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",
"xpath": "@value|f:*|h:div",
"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 participant 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|5.0.0-snapshot1",
"extension": [ {
"url": "http://hl7.org/fhir/build/StructureDefinition/binding-definition",
"valueString": "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
} ]
},
"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",
"xpath": "@value|f:*|h:div",
"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": "Image of the participant.",
"isModifier": false,
"short": "Image of the participant",
"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",
"xpath": "@value|f:*|h:div",
"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 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-EN\" for England English.",
"isModifier": false,
"short": "The language which can be used to communicate with the participant",
"type": [ {
"code": "CodeableConcept"
} ],
"binding": {
"strength": "preferred",
"valueSet": "http://hl7.org/fhir/ValueSet/languages",
"extension": [ {
"url": "http://hl7.org/fhir/build/StructureDefinition/binding-definition",
"valueString": "A human language."
}, {
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet",
"valueCanonical": "http://hl7.org/fhir/ValueSet/all-languages"
}, {
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "Language"
}, {
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
"valueBoolean": true
} ],
"description": "IETF language tag"
},
"max": "*",
"id": "ParticipantLiving.communication",
"base": {
"max": "*",
"min": 0,
"path": "ParticipantLiving.communication"
},
"isSummary": false
} ]
},
"status": "draft",
"id": "6f65efd1-cde9-4d5d-9702-291fff7d39f1",
"kind": "logical",
"url": "http://hl7.org/fhir/StructureDefinition/ParticipantLiving",
"version": "5.0.0-snapshot1",
"contact": [ {
"telecom": [ {
"value": "http://hl7.org/fhir",
"system": "url"
} ]
} ]
}