{
  "resourceType": "StructureDefinition",
  "id": "vn-core-familymember-history",
  "url": "http://moh.gov.vn/fhir/core/StructureDefinition/vn-core-familymember-history",
  "version": "1.0.0",
  "name": "VNCoreFamilyMemberHistory",
  "title": "Family Member History profile - VN Core R4",
  "status": "draft",
  "description": "Thông tin về tiền sử gia đình",
  "copyright": "Bộ Y tế - Việt Nam",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "workflow",
      "uri": "http://hl7.org/fhir/workflow",
      "name": "Workflow Pattern"
    },
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "FamilyMemberHistory",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/FamilyMemberHistory",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "FamilyMemberHistory.status",
        "path": "FamilyMemberHistory.status",
        "mustSupport": true
      },
      {
        "id": "FamilyMemberHistory.dataAbsentReason",
        "path": "FamilyMemberHistory.dataAbsentReason",
        "type": [
          {
            "code": "CodeableConcept",
            "profile": [
              "http://moh.gov.vn/fhir/core/StructureDefinition/vn-core-codeableconcept"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "FamilyMemberHistory.patient",
        "path": "FamilyMemberHistory.patient",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://moh.gov.vn/fhir/core/StructureDefinition/vn-core-patient"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "FamilyMemberHistory.relationship",
        "path": "FamilyMemberHistory.relationship",
        "type": [
          {
            "code": "CodeableConcept",
            "profile": [
              "http://moh.gov.vn/fhir/core/StructureDefinition/vn-core-codeableconcept"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "FamilyMemberHistory.reasonCode",
        "path": "FamilyMemberHistory.reasonCode",
        "type": [
          {
            "code": "CodeableConcept",
            "profile": [
              "http://moh.gov.vn/fhir/core/StructureDefinition/vn-core-codeableconcept"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "FamilyMemberHistory.reasonReference",
        "path": "FamilyMemberHistory.reasonReference",
        "mustSupport": true
      },
      {
        "id": "FamilyMemberHistory.condition",
        "path": "FamilyMemberHistory.condition",
        "mustSupport": true
      },
      {
        "id": "FamilyMemberHistory.condition.code",
        "path": "FamilyMemberHistory.condition.code",
        "type": [
          {
            "code": "CodeableConcept",
            "profile": [
              "http://moh.gov.vn/fhir/core/StructureDefinition/vn-core-codeableconcept"
            ]
          }
        ]
      }
    ]
  }
}