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

FHIR IG Statistics: StructureDefinition/no-basis-relatedperson-person-reference

Packagetest.no.basis
Resource TypeStructureDefinition
Idno-basis-relatedperson-person-reference
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=test.no.basis@2.2.0-beta3&canonical=http://hl7.no/fhir/StructureDefinition/no-basis-relatedperson-person-reference
URLhttp://hl7.no/fhir/StructureDefinition/no-basis-relatedperson-person-reference
Version2.0.15
Statusactive
Date2021-04-07
NameNoBasisRelatedpersonPersonReference
Realmno
Authorityhl7
DescriptionIf a person reference is needed in RelatedPerson.patient element, this optional extension should be used.
TypeExtension
Kindcomplex-type

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
no-basis-Personno-basis-Person

Examples of Use for Extension

No extension usage examples found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "no-basis-relatedperson-person-reference",
  "url": "http://hl7.no/fhir/StructureDefinition/no-basis-relatedperson-person-reference",
  "version": "2.0.15",
  "name": "NoBasisRelatedpersonPersonReference",
  "status": "active",
  "date": "2021-04-07",
  "description": "If a person reference is needed in RelatedPerson.patient element, this optional extension should be used.",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "RelatedPerson.patient"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "Person reference in RelatedPerson.patient element",
        "definition": "If a person reference is needed in RelatedPerson.patient element, this optional extension should be used.\r\nThe extension includes a reference to a single Person/no-basis-Person resource.\r\n\r\nTo support searches for identifiers, an identifier value should be supported in addition to the literal reference.",
        "comment": "no-basis currently (v2.0.15) don't include search parameter definition for this extension."
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://hl7.no/fhir/StructureDefinition/no-basis-relatedperson-person-reference"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "short": "Reference to person resource",
        "definition": "Reference to a single Person/no-basis-Person resource in RelatedPerson.patient element. \r\nShould only be used when a Person resource reference is needed.\r\n\r\nName or identifier should be supplied in the RelatedPerson.patient element, in addition to information supplied in this extension.",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.no/fhir/StructureDefinition/no-basis-Person",
              "http://hl7.org/fhir/StructureDefinition/Person"
            ]
          }
        ]
      }
    ]
  }
}