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

FHIR IG Statistics: StructureDefinition/NLLRelatedPerson.StructureDefinition

Packagepoc.bonsai.current
Resource TypeStructureDefinition
IdNLLRelatedPerson.StructureDefinition
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=poc.bonsai.current@1.1.0&canonical=http://electronichealth.se/fhir/StructureDefinition/NLLRelatedPerson
URLhttp://electronichealth.se/fhir/StructureDefinition/NLLRelatedPerson
Version1.0.0
Statusactive
Date2022-02-02
NameNLLRelatedPerson
DescriptionInformation about a person that is related to a patient. Used in NLL primarily to represent the guardian of a child.
TypeRelatedPerson
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
NLLPatientNLLPatient
ValueSet
relationship-typesTyp av relation

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "url": "http://electronichealth.se/fhir/StructureDefinition/NLLRelatedPerson",
  "version": "1.0.0",
  "name": "NLLRelatedPerson",
  "status": "active",
  "date": "2022-02-02",
  "publisher": "Swedish eHealth Agency",
  "description": "Information about a person that is related to a patient. Used in NLL primarily to represent the guardian of a child.",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "EHM",
      "name": "E-hälsomyndigheten concept"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "RelatedPerson",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/RelatedPerson",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "RelatedPerson",
        "path": "RelatedPerson",
        "short": "A person that is related to a patient in the form of guardian (sv: vårdnadshavare)",
        "definition": "Represents the relation between a person acting as a guardian (sv: vårdnadshavare) and a patient (child). Only represents a one to one mapping - meaning one care taker and one child.",
        "mapping": [
          {
            "identity": "EHM",
            "map": "Vårdnadshavare"
          }
        ]
      },
      {
        "id": "RelatedPerson.id",
        "path": "RelatedPerson.id",
        "mustSupport": true,
        "mapping": [
          {
            "identity": "EHM",
            "map": "Vårdnadshavarrelations-id"
          }
        ]
      },
      {
        "id": "RelatedPerson.identifier",
        "path": "RelatedPerson.identifier",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        },
        "mustSupport": true
      },
      {
        "id": "RelatedPerson.identifier:pnr",
        "path": "RelatedPerson.identifier",
        "sliceName": "pnr",
        "short": "Identifier of related person",
        "definition": "Identifies the related person of the patient, e.g. the guardian.",
        "mustSupport": true,
        "mapping": [
          {
            "identity": "EHM",
            "map": "Personnummer"
          }
        ]
      },
      {
        "id": "RelatedPerson.identifier:pnr.system",
        "path": "RelatedPerson.identifier.system",
        "min": 1,
        "fixedUri": "http://electronichealth.se/identifier/personnummer",
        "mustSupport": true
      },
      {
        "id": "RelatedPerson.identifier:pnr.value",
        "path": "RelatedPerson.identifier.value",
        "short": "The value, swedish national identification number",
        "definition": "Value of the identifier, a swedish national identification number which must be a 12 digit numeric value.",
        "min": 1,
        "constraint": [
          {
            "key": "swe-id-rule",
            "severity": "error",
            "human": "Personal id must have 12 digits",
            "expression": "$this.matches('^\\\\d{12}[%content%]#39;)",
            "source": "RelatedPerson"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "RelatedPerson.patient",
        "path": "RelatedPerson.patient",
        "definition": "The patient (a child) this person (the guardian) is related to.",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://electronichealth.se/fhir/StructureDefinition/NLLPatient"
            ],
            "aggregation": [
              "referenced"
            ]
          }
        ],
        "mustSupport": true,
        "mapping": [
          {
            "identity": "EHM",
            "map": "Patientreferens"
          }
        ]
      },
      {
        "id": "RelatedPerson.relationship",
        "path": "RelatedPerson.relationship",
        "definition": "The nature of the relationship, fixed to GUARD (guardian) sv: vårdnadshavare since NLL currently only supports related person of this type.",
        "min": 1,
        "max": "1",
        "fixedCodeableConcept": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
              "code": "GUARD"
            }
          ]
        },
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSet": "http://electronichealth.se/fhir/ValueSet/relationship-types"
        }
      },
      {
        "id": "RelatedPerson.relationship.coding",
        "path": "RelatedPerson.relationship.coding",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "RelatedPerson.relationship.coding.system",
        "path": "RelatedPerson.relationship.coding.system",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "RelatedPerson.relationship.coding.code",
        "path": "RelatedPerson.relationship.coding.code",
        "min": 1,
        "mustSupport": true,
        "mapping": [
          {
            "identity": "EHM",
            "map": "Relation"
          }
        ]
      }
    ]
  }
}