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

FHIR IG Statistics: StructureDefinition/b1f61f6b-b7e4-4105-822a-9f012f48e8d8

PackageKoppeltaalv2.00
Resource TypeStructureDefinition
Idb1f61f6b-b7e4-4105-822a-9f012f48e8d8
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=Koppeltaalv2.00@0.7.0-preview&canonical=http://koppeltaal.nl/fhir/StructureDefinition/KT2RelatedPerson
URLhttp://koppeltaal.nl/fhir/StructureDefinition/KT2RelatedPerson
Version0.0.4
Statusdraft
Date2022-01-18
NameKT2_RelatedPerson
DescriptionThe (FHIR) RelatedPerson (resource) is a representation of a person who is involved in the care of a patient, but not who is in treatment with the Healthcare Provider, nor has formal responsibility in the care process.
CopyrightVZVZ
TypeRelatedPerson
Kindresource

Resources that use this resource

StructureDefinition
KT2CareTeamKT2_CareTeam
KT2TaskKT2_Task

Resources that this resource uses

StructureDefinition
KT2PatientKT2_Patient

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "b1f61f6b-b7e4-4105-822a-9f012f48e8d8",
  "meta": {
    "lastUpdated": "2022-01-17T15:02:20.394+00:00"
  },
  "url": "http://koppeltaal.nl/fhir/StructureDefinition/KT2RelatedPerson",
  "version": "0.0.4",
  "name": "KT2_RelatedPerson",
  "status": "draft",
  "date": "2022-01-18",
  "publisher": "VZVZ",
  "contact": [
    {
      "name": "Bernard Stibbe"
    }
  ],
  "description": "The (FHIR) RelatedPerson (resource) is a representation of a person who is involved in the care of a patient, but not who is in treatment with the Healthcare Provider, nor has formal responsibility in the care process.",
  "copyright": "VZVZ",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "RelatedPerson",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/RelatedPerson",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "RelatedPerson.identifier",
        "path": "RelatedPerson.identifier",
        "label": "Koppeltaal",
        "min": 1
      },
      {
        "id": "RelatedPerson.active",
        "path": "RelatedPerson.active",
        "label": "Koppeltaal",
        "min": 1
      },
      {
        "id": "RelatedPerson.patient",
        "path": "RelatedPerson.patient",
        "label": "Koppeltaal",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://koppeltaal.nl/fhir/StructureDefinition/KT2Patient"
            ]
          }
        ]
      },
      {
        "id": "RelatedPerson.relationship",
        "path": "RelatedPerson.relationship",
        "label": "Koppeltaal"
      },
      {
        "id": "RelatedPerson.name",
        "path": "RelatedPerson.name",
        "label": "Koppeltaal"
      },
      {
        "id": "RelatedPerson.telecom",
        "path": "RelatedPerson.telecom",
        "label": "Koppeltaal"
      },
      {
        "id": "RelatedPerson.gender",
        "path": "RelatedPerson.gender",
        "label": "Koppeltaal"
      },
      {
        "id": "RelatedPerson.birthDate",
        "path": "RelatedPerson.birthDate",
        "label": "Koppeltaal"
      },
      {
        "id": "RelatedPerson.address",
        "path": "RelatedPerson.address",
        "label": "Koppeltaal"
      }
    ]
  }
}