{
  "resourceType": "StructureDefinition",
  "id": "VRDR-Decedent-Father",
  "url": "http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Decedent-Father",
  "name": "VRDR Decedent Father",
  "status": "draft",
  "publisher": "Hi3 Solutions",
  "contact": [
    {
      "name": "AbdulMalik Shakir",
      "telecom": [
        {
          "system": "phone",
          "value": "6266444491",
          "use": "work"
        },
        {
          "system": "email",
          "value": "abdulmalik.shakir@hi3solutions.com",
          "use": "work"
        }
      ]
    }
  ],
  "kind": "resource",
  "abstract": false,
  "contextType": "resource",
  "context": [
    "RelatedPerson"
  ],
  "type": "RelatedPerson",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/RelatedPerson",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "RelatedPerson",
        "path": "RelatedPerson"
      },
      {
        "id": "RelatedPerson.id",
        "path": "RelatedPerson.id",
        "short": "id",
        "definition": "MAY contain zero or one [0..1] id (CONF:4393-261).",
        "min": 0,
        "max": "1"
      },
      {
        "id": "RelatedPerson.meta",
        "path": "RelatedPerson.meta",
        "short": "meta",
        "definition": "MAY contain zero or one [0..1] meta (CONF:4393-262).",
        "min": 0,
        "max": "1"
      },
      {
        "id": "RelatedPerson.meta.profile",
        "path": "RelatedPerson.meta.profile",
        "short": "profile",
        "definition": "The meta, if present, SHALL contain exactly one [1..1] profile=\"http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Decedent-Father\" (CONF:4393-263).",
        "min": 1,
        "max": "1",
        "patternString": "http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Decedent-Father"
      },
      {
        "id": "RelatedPerson.patient",
        "path": "RelatedPerson.patient",
        "short": "patient",
        "definition": "SHALL contain exactly one [1..1] patient=\" VRDR Decedent\" (CONF:4393-258).",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          }
        ],
        "patternString": "VRDR Decedent"
      },
      {
        "id": "RelatedPerson.relationship",
        "path": "RelatedPerson.relationship",
        "short": "relationship",
        "definition": "SHALL contain exactly one [1..1] relationship=\"\"FTH\"\" (CONF:4393-259).",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "fixedCodeableConcept": {
          "coding": [
            {
              "code": "\"FTH\""
            }
          ]
        }
      },
      {
        "id": "RelatedPerson.name",
        "path": "RelatedPerson.name",
        "short": "name",
        "definition": "SHALL contain exactly one [1..1] name (CONF:4393-260).",
        "min": 1,
        "max": "1"
      }
    ]
  }
}