PackagesCanonicalsLogsProblems
    Packages
    fhir.r4.ukcore.stu3.currentbuild@0.0.9-pre-release
    https://fhir.hl7.org.uk/StructureDefinition/UKCore-RelatedPerson
{
  "description": "This profile defines the UK constraints and extensions on the International FHIR resource [RelatedPerson](https://hl7.org/fhir/R4/RelatedPerson.html).",
  "_filename": "UKCore-RelatedPerson.json",
  "package_name": "fhir.r4.ukcore.stu3.currentbuild",
  "date": "2023-12-12",
  "derivation": "constraint",
  "publisher": "HL7 UK",
  "fhirVersion": "4.0.1",
  "purpose": "This profile allows exchange of information about a person that is involved in the care for an individual, but who is not the target of healthcare, nor has a formal responsibility in the care process.",
  "name": "UKCoreRelatedPerson",
  "abstract": false,
  "copyright": "Copyright © 2021+ HL7 UK Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at  http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. HL7® FHIR® standard Copyright © 2011+ HL7 The HL7® FHIR® standard is used under the FHIR license. You may obtain a copy of the FHIR license at  https://www.hl7.org/fhir/license.html.",
  "type": "RelatedPerson",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "UK Core RelatedPerson",
  "package_version": "0.0.9-pre-release",
  "status": "active",
  "id": "725b3608-5f0f-446a-9b88-a2484165a394",
  "kind": "resource",
  "url": "https://fhir.hl7.org.uk/StructureDefinition/UKCore-RelatedPerson",
  "version": "2.5.0",
  "differential": {
    "element": [ {
      "id": "RelatedPerson.extension:contactPreference",
      "path": "RelatedPerson.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ContactPreference" ]
      } ],
      "short": "The preferred method of contact, contact times and written communication format given by a Patient or Related Person.",
      "sliceName": "contactPreference"
    }, {
      "id": "RelatedPerson.extension:copyCorrespondenceIndicator",
      "path": "RelatedPerson.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CopyCorrespondenceIndicator" ]
      } ],
      "short": "Indicates that a Patient contact or RelatedPerson must be copied in to Patient correspondence.",
      "sliceName": "copyCorrespondenceIndicator"
    }, {
      "id": "RelatedPerson.active",
      "path": "RelatedPerson.active",
      "short": "Whether this related person's record is in active use.",
      "mustSupport": true
    }, {
      "id": "RelatedPerson.patient",
      "path": "RelatedPerson.patient",
      "short": "The patient this person is related to.",
      "mustSupport": true
    }, {
      "id": "RelatedPerson.relationship",
      "path": "RelatedPerson.relationship",
      "short": "The nature of the relationship.",
      "binding": {
        "strength": "extensible",
        "valueSet": "https://fhir.hl7.org.uk/ValueSet/UKCore-PersonRelationshipType"
      },
      "mustSupport": true
    }, {
      "id": "RelatedPerson.name",
      "path": "RelatedPerson.name",
      "short": "A name associated with the person.",
      "mustSupport": true
    }, {
      "id": "RelatedPerson.telecom",
      "path": "RelatedPerson.telecom",
      "short": "A contact detail for the person.",
      "mustSupport": true
    }, {
      "id": "RelatedPerson.telecom.system.extension:otherContactSystem",
      "path": "RelatedPerson.telecom.system.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-OtherContactSystem" ]
      } ],
      "short": "Information about other contact methods which could be used in addition to those listed in `ContactPoint.system`.",
      "sliceName": "otherContactSystem"
    }, {
      "id": "RelatedPerson.address",
      "path": "RelatedPerson.address",
      "short": "Address where the related person can be contacted or visited.",
      "mustSupport": true
    }, {
      "id": "RelatedPerson.communication.language",
      "path": "RelatedPerson.communication.language",
      "binding": {
        "strength": "required",
        "valueSet": "http://hl7.org/fhir/ValueSet/all-languages",
        "description": "A language which may be used to communicate with the related person about the patient's health."
      }
    } ]
  },
  "contact": [ {
    "name": "HL7 UK",
    "telecom": [ {
      "use": "work",
      "rank": 1,
      "value": "ukcore@hl7.org.uk",
      "system": "email"
    } ]
  } ],
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
}