PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r5.examples@5.0.0-ballot
    http://hl7.org/fhir/StructureDefinition/ParticipantLiving
{
  "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": "2022-09-10T04:52:37+10:00",
  "publisher": "Health Level Seven International fhir",
  "fhirVersion": "5.0.0-ballot",
  "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": "5.0.0-ballot",
  "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-ballot",
        "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-AU\" for Australian 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": "f28c87c8-2d15-4ae0-bb41-1fbfc4cafa06",
  "kind": "logical",
  "url": "http://hl7.org/fhir/StructureDefinition/ParticipantLiving",
  "version": "5.0.0-ballot",
  "contact": [ {
    "telecom": [ {
      "value": "http://hl7.org/fhir",
      "system": "url"
    } ]
  } ],
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base"
}