PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r4.id.core@0.1.0
    https://fhir.kemkes.go.id/r4/StructureDefinition/Person
{
  "description": "Demographics and administrative information about a person independent of a specific health-related context.",
  "_filename": "Person.json",
  "package_name": "hl7.fhir.r4.id.core",
  "date": "2019-11-01T09:29:23+11:00",
  "derivation": "specialization",
  "meta": {
    "lastUpdated": "2021-12-31T22:53:24.332+00:00"
  },
  "publisher": "Health Level Seven International (Patient Administration)",
  "fhirVersion": "4.0.1",
  "purpose": "Need to track persons potentially across multiple roles.",
  "name": "Person",
  "mapping": [ {
    "uri": "http://hl7.org/v3",
    "name": "RIM Mapping",
    "identity": "rim"
  }, {
    "uri": "http://hl7.org/fhir/fivews",
    "name": "FiveWs Pattern Mapping",
    "identity": "w5"
  }, {
    "uri": "http://hl7.org/v2",
    "name": "HL7 v2 Mapping",
    "identity": "v2"
  } ],
  "abstract": false,
  "type": "Person",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": null,
  "package_version": "0.1.0",
  "extension": [ {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category",
    "valueString": "Base.Individuals"
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode": "trial-use"
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger": 2
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category",
    "valueCode": "patient"
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode": "pa"
  } ],
  "status": "draft",
  "id": "cc320631-de9a-4f4f-9af7-42382539f0f5",
  "kind": "resource",
  "url": "https://fhir.kemkes.go.id/r4/StructureDefinition/Person",
  "version": "4.0.1",
  "differential": {
    "element": [ {
      "id": "Person",
      "path": "Person",
      "short": "A generic person record",
      "comment": "The Person resource does justice to person registries that keep track of persons regardless of their role. The Person resource is also a primary resource to point to for people acting in a particular role such as SubjectofCare, Practitioner, and Agent. Very few attributes are specific to any role and so Person is kept lean. Most attributes are expected to be tied to the role the Person plays rather than the Person himself. Examples of that are Guardian (SubjectofCare), ContactParty (SubjectOfCare, Practitioner), and multipleBirthInd (SubjectofCare).",
      "mapping": [ {
        "map": "Person(classCode=\"PSN\" and determinerCode=\"INST\" and quantity=\"1\")",
        "identity": "rim"
      } ],
      "definition": "Demographics and administrative information about a person independent of a specific health-related context."
    }, {
      "id": "Person.identifier",
      "path": "Person.identifier",
      "type": [ {
        "code": "Identifier"
      } ],
      "short": "A human identifier for this person",
      "mapping": [ {
        "map": "FiveWs.identifier",
        "identity": "w5"
      }, {
        "map": "PID-3",
        "identity": "v2"
      }, {
        "map": ".plays:Role(classCode='IDENT').id",
        "identity": "rim"
      } ],
      "definition": "Identifier for a person within a particular scope.",
      "requirements": "People are known by a variety of ids. Some institutions maintain several, and most collect identifiers for exchange with other organizations concerning the person. Examples are national person identifier and local identifier."
    }, {
      "path": "Person.name",
      "requirements": "Need to be able to track the person by multiple names. Examples are your official name and a partner name.",
      "definition": "A name associated with the person.",
      "short": "A name associated with the person",
      "mapping": [ {
        "map": "PID-5, PID-9",
        "identity": "v2"
      }, {
        "map": "./name",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "HumanName"
      } ],
      "id": "Person.name",
      "comment": "Person may have multiple names with different uses or applicable periods.",
      "isSummary": true
    }, {
      "path": "Person.telecom",
      "requirements": "People have (primary) ways to contact them in some way such as phone, email.",
      "definition": "A contact detail for the person, e.g. a telephone number or an email address.",
      "short": "A contact detail for the person",
      "mapping": [ {
        "map": "PID-13, PID-14",
        "identity": "v2"
      }, {
        "map": "./telecom",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "ContactPoint"
      } ],
      "id": "Person.telecom",
      "comment": "Person may have multiple ways to be contacted with different uses or applicable periods.  May need to have options for contacting the person urgently and also to help with identification.",
      "isSummary": true
    }, {
      "path": "Person.gender",
      "requirements": "Needed for identification of the person, in combination with (at least) name and birth date. Gender of person drives many clinical processes.",
      "definition": "Administrative Gender.",
      "short": "male | female | other | unknown",
      "mapping": [ {
        "map": "PID-8",
        "identity": "v2"
      }, {
        "map": "player[classCode=PSN|ANM and determinerCode=INSTANCE]/administrativeGender",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "code"
      } ],
      "binding": {
        "strength": "required",
        "valueSet": "http://hl7.org/fhir/ValueSet/administrative-gender|4.0.1",
        "extension": [ {
          "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": "Person.gender",
      "comment": "The gender might not match the biological sex as determined by genetics, or the individual's preferred identification. Note that for both humans and particularly animals, there are other legitimate possibilities than M and F, though a clear majority of systems and contexts only support M and F.",
      "isSummary": true
    }, {
      "path": "Person.birthDate",
      "requirements": "Age of person drives many clinical processes, and is often used in performing identification of the person. Times are not included so as to not confuse things with potential timezone issues.",
      "definition": "The birth date for the person.",
      "short": "The date on which the person was born",
      "mapping": [ {
        "map": "PID-7",
        "identity": "v2"
      }, {
        "map": "./birthTime",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "date"
      } ],
      "max": "1",
      "id": "Person.birthDate",
      "comment": "At least an estimated year should be provided as a guess if the real DOB is unknown.",
      "isSummary": true
    }, {
      "id": "Person.address",
      "path": "Person.address",
      "type": [ {
        "code": "Address"
      } ],
      "short": "One or more addresses for the person",
      "comment": "Person may have multiple addresses with different uses or applicable periods.",
      "mapping": [ {
        "map": "PID-11",
        "identity": "v2"
      }, {
        "map": "./addr",
        "identity": "rim"
      } ],
      "definition": "One or more addresses for the person.",
      "requirements": "May need to keep track of person's addresses for contacting, billing or reporting requirements and also to help with identification."
    }, {
      "id": "Person.photo",
      "max": "1",
      "path": "Person.photo",
      "type": [ {
        "code": "Attachment"
      } ],
      "short": "Image of the person",
      "mapping": [ {
        "map": "OBX-5 - needs a profile",
        "identity": "v2"
      }, {
        "map": "player[classCode=PSN|ANM and determinerCode=INSTANCE]/desc",
        "identity": "rim"
      } ],
      "definition": "An image that can be displayed as a thumbnail of the person to enhance the identification of the individual."
    }, {
      "path": "Person.managingOrganization",
      "requirements": "Need to know who recognizes this person record, manages and updates it.",
      "definition": "The organization that is the custodian of the person record.",
      "short": "The organization that is the custodian of the person record",
      "mapping": [ {
        "map": "scoper",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Organization" ]
      } ],
      "max": "1",
      "id": "Person.managingOrganization",
      "isSummary": true
    }, {
      "path": "Person.active",
      "requirements": "Need to be able to mark a person record as not to be used because it was created in error.",
      "definition": "Whether this person's record is in active use.",
      "isModifier": true,
      "short": "This person's record is in active use",
      "mapping": [ {
        "map": "FiveWs.status",
        "identity": "w5"
      }, {
        "map": "statusCode",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "boolean"
      } ],
      "max": "1",
      "id": "Person.active",
      "isModifierReason": "This element is labelled as a modifier because it is a status element that can indicate that a record should not be treated as valid",
      "isSummary": true
    }, {
      "id": "Person.link",
      "path": "Person.link",
      "type": [ {
        "code": "BackboneElement"
      } ],
      "short": "Link to a resource that concerns the same actual person",
      "mapping": [ {
        "map": "outboundLink",
        "identity": "rim"
      } ],
      "definition": "Link to a resource that concerns the same actual person."
    }, {
      "id": "Person.link.target",
      "max": "1",
      "min": 1,
      "path": "Person.link.target",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Patient", "http://hl7.org/fhir/StructureDefinition/Practitioner", "http://hl7.org/fhir/StructureDefinition/RelatedPerson", "http://hl7.org/fhir/StructureDefinition/Person" ]
      } ],
      "short": "The resource to which this actual person is associated",
      "mapping": [ {
        "map": "id",
        "identity": "rim"
      } ],
      "definition": "The resource to which this actual person is associated."
    }, {
      "id": "Person.link.assurance",
      "max": "1",
      "path": "Person.link.assurance",
      "type": [ {
        "code": "code"
      } ],
      "short": "level1 | level2 | level3 | level4",
      "binding": {
        "strength": "required",
        "valueSet": "http://hl7.org/fhir/ValueSet/identity-assuranceLevel|4.0.1",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "IdentityAssuranceLevel"
        } ],
        "description": "The level of confidence that this link represents the same actual person, based on NIST Authentication Levels."
      },
      "mapping": [ {
        "map": "priorityNumber?",
        "identity": "rim"
      } ],
      "definition": "Level of assurance that this link is associated with the target resource."
    } ]
  },
  "contact": [ {
    "telecom": [ {
      "value": "http://hl7.org/fhir",
      "system": "url"
    } ]
  }, {
    "telecom": [ {
      "value": "http://www.hl7.org/Special/committees/pafm/index.cfm",
      "system": "url"
    } ]
  } ],
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource"
}