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

FHIR IG Statistics: StructureDefinition/nl-core-person-reference

Packagenictiz.fhir.nl.stu3.zib2015
Resource TypeStructureDefinition
Idnl-core-person-reference
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.zib2015@1.0.0&canonical=http://nictiz.nl/fhir/StructureDefinition/nl-core-person-reference
URLhttp://nictiz.nl/fhir/StructureDefinition/nl-core-person-reference
Version1.0
Statusretired
Date2018-06-06T00:00:00+01:00
Namenl-core-person-reference
Titlenl-core-person-reference
Realmnl
Authorityhl7
DescriptionWhen systems distinguish person records from roles they play, like Patient/RelatedPerson/Practitioner, then the only way to keep track of that link is through the Person.link.target reference. This notion is easily missed, and use of the extension makes systems more aware of the existence of a separate Person. Note that the extension being present is by no means a requirement in itself that a receiving system shall maintain separate Person records in the same way that the sending system does. It may however be a requirement within a certain context of use. A sending system shall populate relevant elements of the resource that this extension is on, in the exact way as systems would do that do not support this extension.
PurposeSupport link between Person record and role records (Patient, RelatedPerson, Practitioner) more efficiently than possible with Person.link
CopyrightCC0
TypeExtension
Kindcomplex-type

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
nl-core-personnl-core-person

Examples of Use for Extension

No extension usage examples found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "nl-core-person-reference",
  "url": "http://nictiz.nl/fhir/StructureDefinition/nl-core-person-reference",
  "version": "1.0",
  "name": "nl-core-person-reference",
  "title": "nl-core-person-reference",
  "status": "retired",
  "date": "2018-06-06T00:00:00+01:00",
  "publisher": "HL7 Netherlands",
  "contact": [
    {
      "name": "Nictiz",
      "telecom": [
        {
          "system": "email",
          "value": "info@nictiz.nl",
          "use": "work"
        }
      ]
    }
  ],
  "description": "When systems distinguish person records from roles they play, like Patient/RelatedPerson/Practitioner, then the only way to keep track of that link is through the Person.link.target reference. This notion is easily missed, and use of the extension makes systems more aware of the existence of a separate Person.\r\nNote that the extension being present is by no means a requirement in itself that a receiving system shall maintain separate Person records in the same way that the sending system does. It may however be a requirement within a certain context of use. A sending system shall populate relevant elements of the resource that this extension is on, in the exact way as systems would do that do not support this extension.",
  "purpose": "Support link between Person record and role records (Patient, RelatedPerson, Practitioner) more efficiently than possible with Person.link",
  "copyright": "CC0",
  "fhirVersion": "3.0.1",
  "kind": "complex-type",
  "abstract": false,
  "contextType": "resource",
  "context": [
    "Patient",
    "RelatedPerson",
    "Practitioner"
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://nictiz.nl/fhir/StructureDefinition/nl-core-person-reference"
      },
      {
        "id": "Extension.value[x]:valueReference",
        "path": "Extension.valueReference",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://fhir.nl/fhir/StructureDefinition/nl-core-person"
          }
        ]
      }
    ]
  }
}