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

FHIR IG Statistics: StructureDefinition/cimi-entity-Person-model

Packagehl7.fhir.us.breastcancer
TypeStructureDefinition
Idcimi-entity-Person-model
FHIR VersionR3
Sourcehttp://hl7.org/fhir/us/breastcancer/http://hl7.org/fhir/us/breastcancer/2018Sep/StructureDefinition-cimi-entity-Person-model.html
URLhttp://hl7.org/fhir/us/breastcancer/StructureDefinition/cimi-entity-Person-model
Version0.2.0
Statusdraft
Date2018-08-17T00:00:00+10:00
NamePersonModel
TitleBC Person Logical Model
Realmus
Authorityhl7
DescriptionA person relevant to the health or social situation of the subject (including the person of record him or herself).
Typecimi-entity-Person-model
Kindlogical

Resources that use this resource

StructureDefinition
cimi-core-PersonOfRecord-modelBC PersonOfRecord Logical Model
cimi-entity-Patient-modelBC Patient Logical Model
cimi-entity-Practitioner-modelBC Practitioner Logical Model
cimi-entity-RelatedPerson-modelBC RelatedPerson Logical Model

Resources that this resource uses

StructureDefinition
cimi-entity-LanguageUsed-modelBC LanguageUsed Logical Model
shr-core-Address-modelBC Address Logical Model
shr-core-ContactPoint-modelBC ContactPoint Logical Model
shr-core-HumanName-modelBC HumanName Logical Model
shr-core-Media-modelBC Media Logical Model
shr-core-TimePeriod-modelBC TimePeriod Logical Model

Narrative

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

BC Person Logical Model

A person relevant to the health or social situation of the subject (including the person of record him or herself).


Source

{
  "resourceType": "StructureDefinition",
  "id": "cimi-entity-Person-model",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/us/breastcancer/StructureDefinition/cimi-entity-Person-model",
  "identifier": [
    {
      "system": "http://hl7.org/fhir/us/breastcancer",
      "value": "cimi.entity.Person"
    }
  ],
  "version": "0.2.0",
  "name": "PersonModel",
  "title": "BC Person Logical Model",
  "status": "draft",
  "date": "2018-08-17T00:00:00+10:00",
  "publisher": "The HL7 Cancer Interoperability Group sponsored by Clinical Interoperability Council Work Group (CIC)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/cic/index.cfm"
        }
      ]
    }
  ],
  "description": "A person relevant to the health or social situation of the subject (including the person of record him or herself).",
  "keyword": [
    {
      "system": "http://ncimeta.nci.nih.gov",
      "code": "C0027361"
    }
  ],
  "kind": "logical",
  "abstract": false,
  "type": "cimi-entity-Person-model",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element",
  "derivation": "specialization",
  "snapshot": {
    "element": [
      {
        "id": "cimi-entity-Person-model",
        "path": "cimi-entity-Person-model",
        "definition": "A person relevant to the health or social situation of the subject (including the person of record him or herself).",
        "min": 0,
        "max": "*",
        "base": {
          "path": "cimi-entity-Person-model",
          "min": 0,
          "max": "*"
        },
        "mustSupport": false,
        "isModifier": false,
        "isSummary": false
      },
      {
        "id": "cimi-entity-Person-model.humanName",
        "path": "cimi-entity-Person-model.humanName",
        "code": [
          {
            "system": "http://ncimeta.nci.nih.gov",
            "code": "C1547383"
          }
        ],
        "short": "The CIMI person name, constrained to map correctly to FHIR.",
        "definition": "The CIMI person name, constrained to map correctly to FHIR.",
        "min": 1,
        "max": "*",
        "base": {
          "path": "cimi-entity-Person-model.humanName",
          "min": 1,
          "max": "*"
        },
        "type": [
          {
            "code": "http://hl7.org/fhir/us/breastcancer/StructureDefinition/shr-core-HumanName-model"
          }
        ],
        "mustSupport": false,
        "isModifier": false,
        "isSummary": false
      },
      {
        "id": "cimi-entity-Person-model.dateOfBirth",
        "path": "cimi-entity-Person-model.dateOfBirth",
        "code": [
          {
            "system": "http://ncimeta.nci.nih.gov",
            "code": "C2919018"
          },
          {
            "system": "http://loinc.org",
            "code": "21112-8"
          }
        ],
        "short": "A date of birth or approximate year or period (year or date range), if estimated.",
        "definition": "A date of birth or approximate year or period (year or date range), if estimated.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "cimi-entity-Person-model.dateOfBirth",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "date"
          },
          {
            "code": "http://hl7.org/fhir/us/breastcancer/StructureDefinition/shr-core-TimePeriod-model"
          }
        ],
        "mustSupport": false,
        "isModifier": false,
        "isSummary": false
      },
      {
        "id": "cimi-entity-Person-model.administrativeGender",
        "path": "cimi-entity-Person-model.administrativeGender",
        "code": [
          {
            "system": "http://ncimeta.nci.nih.gov",
            "code": "C1550327"
          }
        ],
        "short": "A gender classification used for administrative purposes. Administrative gender is not necessarily the same as a biological description or a gender identity. This attribute does not include terms related to clinical gender.",
        "definition": "A gender classification used for administrative purposes. Administrative gender is not necessarily the same as a biological description or a gender identity. This attribute does not include terms related to clinical gender.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "cimi-entity-Person-model.administrativeGender",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "code"
          }
        ],
        "mustSupport": false,
        "isModifier": false,
        "isSummary": false,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/administrative-gender"
          }
        }
      },
      {
        "id": "cimi-entity-Person-model.address",
        "path": "cimi-entity-Person-model.address",
        "code": [
          {
            "system": "http://ncimeta.nci.nih.gov",
            "code": "C0682130"
          }
        ],
        "short": "An address expressed using postal conventions (as opposed to GPS or other location definition formats). This data type may be used to convey addresses for use in delivering mail as well as for visiting locations and which might not be valid for mail delivery. There are a variety of postal address formats defined around the world. (Source: HL7 FHIR).",
        "definition": "An address expressed using postal conventions (as opposed to GPS or other location definition formats). This data type may be used to convey addresses for use in delivering mail as well as for visiting locations and which might not be valid for mail delivery. There are a variety of postal address formats defined around the world. (Source: HL7 FHIR).",
        "min": 0,
        "max": "*",
        "base": {
          "path": "cimi-entity-Person-model.address",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "http://hl7.org/fhir/us/breastcancer/StructureDefinition/shr-core-Address-model"
          }
        ],
        "mustSupport": false,
        "isModifier": false,
        "isSummary": false
      },
      {
        "id": "cimi-entity-Person-model.headshot",
        "path": "cimi-entity-Person-model.headshot",
        "short": "A photograph showing a person's face.",
        "definition": "A photograph showing a person's face.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "cimi-entity-Person-model.headshot",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "http://hl7.org/fhir/us/breastcancer/StructureDefinition/shr-core-Media-model"
          }
        ],
        "mustSupport": false,
        "isModifier": false,
        "isSummary": false
      },
      {
        "id": "cimi-entity-Person-model.contactPoint",
        "path": "cimi-entity-Person-model.contactPoint",
        "code": [
          {
            "system": "http://ncimeta.nci.nih.gov",
            "code": "C2986441"
          }
        ],
        "short": "An electronic means of contacting an organization or individual.",
        "definition": "An electronic means of contacting an organization or individual.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "cimi-entity-Person-model.contactPoint",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "http://hl7.org/fhir/us/breastcancer/StructureDefinition/shr-core-ContactPoint-model"
          }
        ],
        "mustSupport": false,
        "isModifier": false,
        "isSummary": false
      },
      {
        "id": "cimi-entity-Person-model.languageUsed",
        "path": "cimi-entity-Person-model.languageUsed",
        "short": "Language used for communication by a human, either the subject of record, parent, or other involved person.",
        "definition": "Language used for communication by a human, either the subject of record, parent, or other involved person.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "cimi-entity-Person-model.languageUsed",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "http://hl7.org/fhir/us/breastcancer/StructureDefinition/cimi-entity-LanguageUsed-model"
          }
        ],
        "mustSupport": false,
        "isModifier": false,
        "isSummary": false
      },
      {
        "id": "cimi-entity-Person-model.activeFlag",
        "path": "cimi-entity-Person-model.activeFlag",
        "short": "If the ActiveFlag is false, it indicates the record or item is no longer to be used and should generally be hidden for the user in the UI.",
        "definition": "If the ActiveFlag is false, it indicates the record or item is no longer to be used and should generally be hidden for the user in the UI.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "cimi-entity-Person-model.activeFlag",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "boolean"
          }
        ],
        "mustSupport": false,
        "isModifier": false,
        "isSummary": false
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "cimi-entity-Person-model",
        "path": "cimi-entity-Person-model",
        "definition": "A person relevant to the health or social situation of the subject (including the person of record him or herself).",
        "min": 0,
        "max": "*",
        "base": {
          "path": "cimi-entity-Person-model",
          "min": 0,
          "max": "*"
        },
        "mustSupport": false,
        "isModifier": false,
        "isSummary": false
      },
      {
        "id": "cimi-entity-Person-model.humanName",
        "path": "cimi-entity-Person-model.humanName",
        "code": [
          {
            "system": "http://ncimeta.nci.nih.gov",
            "code": "C1547383"
          }
        ],
        "short": "The CIMI person name, constrained to map correctly to FHIR.",
        "definition": "The CIMI person name, constrained to map correctly to FHIR.",
        "min": 1,
        "max": "*",
        "base": {
          "path": "cimi-entity-Person-model.humanName",
          "min": 1,
          "max": "*"
        },
        "type": [
          {
            "code": "http://hl7.org/fhir/us/breastcancer/StructureDefinition/shr-core-HumanName-model"
          }
        ],
        "mustSupport": false,
        "isModifier": false,
        "isSummary": false
      },
      {
        "id": "cimi-entity-Person-model.dateOfBirth",
        "path": "cimi-entity-Person-model.dateOfBirth",
        "code": [
          {
            "system": "http://ncimeta.nci.nih.gov",
            "code": "C2919018"
          },
          {
            "system": "http://loinc.org",
            "code": "21112-8"
          }
        ],
        "short": "A date of birth or approximate year or period (year or date range), if estimated.",
        "definition": "A date of birth or approximate year or period (year or date range), if estimated.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "cimi-entity-Person-model.dateOfBirth",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "date"
          },
          {
            "code": "http://hl7.org/fhir/us/breastcancer/StructureDefinition/shr-core-TimePeriod-model"
          }
        ],
        "mustSupport": false,
        "isModifier": false,
        "isSummary": false
      },
      {
        "id": "cimi-entity-Person-model.administrativeGender",
        "path": "cimi-entity-Person-model.administrativeGender",
        "code": [
          {
            "system": "http://ncimeta.nci.nih.gov",
            "code": "C1550327"
          }
        ],
        "short": "A gender classification used for administrative purposes. Administrative gender is not necessarily the same as a biological description or a gender identity. This attribute does not include terms related to clinical gender.",
        "definition": "A gender classification used for administrative purposes. Administrative gender is not necessarily the same as a biological description or a gender identity. This attribute does not include terms related to clinical gender.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "cimi-entity-Person-model.administrativeGender",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "code"
          }
        ],
        "mustSupport": false,
        "isModifier": false,
        "isSummary": false,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/administrative-gender"
          }
        }
      },
      {
        "id": "cimi-entity-Person-model.address",
        "path": "cimi-entity-Person-model.address",
        "code": [
          {
            "system": "http://ncimeta.nci.nih.gov",
            "code": "C0682130"
          }
        ],
        "short": "An address expressed using postal conventions (as opposed to GPS or other location definition formats). This data type may be used to convey addresses for use in delivering mail as well as for visiting locations and which might not be valid for mail delivery. There are a variety of postal address formats defined around the world. (Source: HL7 FHIR).",
        "definition": "An address expressed using postal conventions (as opposed to GPS or other location definition formats). This data type may be used to convey addresses for use in delivering mail as well as for visiting locations and which might not be valid for mail delivery. There are a variety of postal address formats defined around the world. (Source: HL7 FHIR).",
        "min": 0,
        "max": "*",
        "base": {
          "path": "cimi-entity-Person-model.address",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "http://hl7.org/fhir/us/breastcancer/StructureDefinition/shr-core-Address-model"
          }
        ],
        "mustSupport": false,
        "isModifier": false,
        "isSummary": false
      },
      {
        "id": "cimi-entity-Person-model.headshot",
        "path": "cimi-entity-Person-model.headshot",
        "short": "A photograph showing a person's face.",
        "definition": "A photograph showing a person's face.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "cimi-entity-Person-model.headshot",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "http://hl7.org/fhir/us/breastcancer/StructureDefinition/shr-core-Media-model"
          }
        ],
        "mustSupport": false,
        "isModifier": false,
        "isSummary": false
      },
      {
        "id": "cimi-entity-Person-model.contactPoint",
        "path": "cimi-entity-Person-model.contactPoint",
        "code": [
          {
            "system": "http://ncimeta.nci.nih.gov",
            "code": "C2986441"
          }
        ],
        "short": "An electronic means of contacting an organization or individual.",
        "definition": "An electronic means of contacting an organization or individual.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "cimi-entity-Person-model.contactPoint",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "http://hl7.org/fhir/us/breastcancer/StructureDefinition/shr-core-ContactPoint-model"
          }
        ],
        "mustSupport": false,
        "isModifier": false,
        "isSummary": false
      },
      {
        "id": "cimi-entity-Person-model.languageUsed",
        "path": "cimi-entity-Person-model.languageUsed",
        "short": "Language used for communication by a human, either the subject of record, parent, or other involved person.",
        "definition": "Language used for communication by a human, either the subject of record, parent, or other involved person.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "cimi-entity-Person-model.languageUsed",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "http://hl7.org/fhir/us/breastcancer/StructureDefinition/cimi-entity-LanguageUsed-model"
          }
        ],
        "mustSupport": false,
        "isModifier": false,
        "isSummary": false
      },
      {
        "id": "cimi-entity-Person-model.activeFlag",
        "path": "cimi-entity-Person-model.activeFlag",
        "short": "If the ActiveFlag is false, it indicates the record or item is no longer to be used and should generally be hidden for the user in the UI.",
        "definition": "If the ActiveFlag is false, it indicates the record or item is no longer to be used and should generally be hidden for the user in the UI.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "cimi-entity-Person-model.activeFlag",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "boolean"
          }
        ],
        "mustSupport": false,
        "isModifier": false,
        "isSummary": false
      }
    ]
  }
}