{
  "resourceType": "StructureDefinition",
  "id": "UKCore-FamilyMemberHistory",
  "url": "https://fhir.hl7.org.uk/StructureDefinition/UKCore-FamilyMemberHistory",
  "version": "2.0.0",
  "name": "UKCoreFamilyMemberHistory",
  "title": "UK Core Family Member History",
  "status": "active",
  "date": "2026-02-25",
  "publisher": "HL7 UK",
  "contact": [
    {
      "name": "HL7 UK",
      "telecom": [
        {
          "system": "email",
          "value": "ukcore@hl7.org.uk",
          "use": "work",
          "rank": 1
        }
      ]
    }
  ],
  "description": "This profile defines the UK constraints and extensions on the International FHIR resource [FamilyMemberHistory](https://hl7.org/fhir/R4/familymemberhistory.html).",
  "purpose": "This profile allows exchange of information about health events and conditions for a person related to the patient relevant in the context of care.",
  "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.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "FamilyMemberHistory",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/FamilyMemberHistory",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "FamilyMemberHistory.extension:associatedEncounter",
        "path": "FamilyMemberHistory.extension",
        "sliceName": "associatedEncounter",
        "short": "This extension is used to reference an associated encounter.",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-AssociatedEncounter"
            ]
          }
        ],
        "isModifier": false
      },
      {
        "id": "FamilyMemberHistory.status",
        "path": "FamilyMemberHistory.status",
        "short": "A code specifying the status of the record of the family history of a specific family member.",
        "mustSupport": true
      },
      {
        "id": "FamilyMemberHistory.dataAbsentReason",
        "path": "FamilyMemberHistory.dataAbsentReason",
        "binding": {
          "strength": "extensible"
        }
      },
      {
        "id": "FamilyMemberHistory.patient",
        "path": "FamilyMemberHistory.patient",
        "short": "The person who this history concerns.",
        "mustSupport": true
      },
      {
        "id": "FamilyMemberHistory.date",
        "path": "FamilyMemberHistory.date",
        "short": "The date (and possibly time) when the family member history was recorded or last updated.",
        "mustSupport": true
      },
      {
        "id": "FamilyMemberHistory.name",
        "path": "FamilyMemberHistory.name",
        "short": "Allows greater ease in ensuring the same person is being talked about.",
        "mustSupport": true
      },
      {
        "id": "FamilyMemberHistory.relationship",
        "path": "FamilyMemberHistory.relationship",
        "short": "Relationship to the subject.",
        "mustSupport": true,
        "binding": {
          "strength": "extensible",
          "valueSet": "https://fhir.hl7.org.uk/ValueSet/UKCore-PersonRelationshipType"
        }
      },
      {
        "id": "FamilyMemberHistory.condition",
        "path": "FamilyMemberHistory.condition",
        "short": "Condition that the related person had.",
        "mustSupport": true
      },
      {
        "id": "FamilyMemberHistory.condition.code",
        "path": "FamilyMemberHistory.condition.code",
        "binding": {
          "strength": "preferred"
        }
      },
      {
        "id": "FamilyMemberHistory.condition.outcome",
        "path": "FamilyMemberHistory.condition.outcome",
        "binding": {
          "strength": "preferred"
        }
      }
    ]
  }
}