{
  "resourceType": "StructureDefinition",
  "id": "ocp-relatedperson",
  "meta": {
    "versionId": "3",
    "lastUpdated": "2018-05-04T18:55:25.296+00:00"
  },
  "language": "US-en",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\nThe FHIR STU3 (Release 3) Omnibus Care Plan (OCP) RelatedPerson profile uses FHIR resources and describes minimum expectations for the RelatedPerson with supported data elements and changes to the cardinality about an individual OCP patient. It identifies which core elements, extensions, vocabularies and value sets SHALL be present in the resource when using this profile.\nDependencies:\n   RelatedPerson profile that conform to this specification must include reference to other resources \n<ul><li>OCP-Patient</li></ul></div>"
  },
  "url": "http://hl7.org/fhir/StructureDefinition/ocp-relatedperson",
  "version": "1.0",
  "name": "OCP RelatedPerson Profile",
  "title": "OCP RelatedPerson Profile",
  "status": "draft",
  "date": "2018-03-23T03:25:32.257+00:00",
  "publisher": "SAMHSA",
  "contact": [
    {
      "name": "Neelima Chennamaraja",
      "telecom": [
        {
          "system": "url",
          "value": "www.eversolve.com",
          "period": {
            "start": "1999-06-15"
          }
        },
        {
          "system": "email",
          "value": "neelima@eversolve.com",
          "use": "work"
        }
      ]
    }
  ],
  "description": "This profile is primarily used for attribution of information, since RelatedPersons are often a source of information about the Omnibus Care Plan (OCP) patient. For keeping information about people for contact purposes for a patient, use a Patient's Contact element. Some individuals may serve as both a Patient's Contact and a Related Person. Information about a person that is involved in the care for a patient, but who is not the target of healthcare, nor has a formal responsibility in the care process. \r\nRelatedPersons typically have a personal or non-healthcare-specific professional relationship to the patient.",
  "jurisdiction": [
    {
      "coding": [
        {
          "code": "US",
          "display": "US-Realm"
        }
      ],
      "text": "US-Realm OCP RelatedPerson Profile published by SAMHSA"
    }
  ],
  "purpose": "This profile for RelatedPerson includes all elements related to the basic need for OCP (which could change over time). This profile is intended to be implemented by OCP (Omnibus Care Plan) systems.",
  "copyright": "+Copyright (c) 2017 SAMHSA. All Rights Reserved.",
  "fhirVersion": "3.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "RelatedPerson",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/RelatedPerson",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "RelatedPerson.identifier",
        "path": "RelatedPerson.identifier",
        "mustSupport": true
      },
      {
        "id": "RelatedPerson.active",
        "path": "RelatedPerson.active",
        "min": 1,
        "type": [
          {
            "code": "boolean",
            "profile": "http://hl7.org/fhir/StructureDefinition/boolean"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "RelatedPerson.patient",
        "path": "RelatedPerson.patient",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/ocp-patient"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "RelatedPerson.relationship",
        "path": "RelatedPerson.relationship",
        "min": 1,
        "type": [
          {
            "code": "CodeableConcept",
            "profile": "http://hl7.org/fhir/StructureDefinition/CodeableConcept"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "RelatedPerson.name",
        "path": "RelatedPerson.name",
        "label": "Next of Kin",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "HumanName",
            "profile": "http://hl7.org/fhir/StructureDefinition/HumanName"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "RelatedPerson.telecom",
        "path": "RelatedPerson.telecom",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        },
        "definition": "A contact detail for the related person, e.g. a telephone number and an email address. At least one email and one phone information is required.",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "RelatedPerson.telecom:phoneNumber",
        "path": "RelatedPerson.telecom",
        "sliceName": "phoneNumber",
        "definition": "A contact detail (e.g. a telephone number) by which the individual related person may be contacted.",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "RelatedPerson.telecom:email",
        "path": "RelatedPerson.telecom",
        "sliceName": "email",
        "definition": "A contact detail (e.g. an email address) by which the individual related person may be contacted.",
        "mustSupport": true
      },
      {
        "id": "RelatedPerson.gender",
        "path": "RelatedPerson.gender",
        "type": [
          {
            "code": "code",
            "profile": "http://hl7.org/fhir/StructureDefinition/code"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "RelatedPerson.birthDate",
        "path": "RelatedPerson.birthDate",
        "mustSupport": true
      },
      {
        "id": "RelatedPerson.address",
        "path": "RelatedPerson.address",
        "mustSupport": true
      },
      {
        "id": "RelatedPerson.period",
        "path": "RelatedPerson.period",
        "definition": "The period of time that this relationship is considered to be valid. If there are no dates defined, then the interval is unknown. Optionally define start and end date.",
        "mustSupport": true
      },
      {
        "id": "RelatedPerson.period.start",
        "path": "RelatedPerson.period.start",
        "min": 1
      }
    ]
  }
}