{
  "resourceType": "CodeSystem",
  "id": "history-status",
  "meta": {
    "lastUpdated": "2017-04-18T21:44:43.294+00:00"
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <h2>FamilyHistoryStatus</h2>\n            <div>\n              <p>A code that identifies the status of the family history record.</p>\n\n            </div>\n            <p>This code system http://hl7.org/fhir/history-status defines the following codes:</p>\n            <table class=\"codes\">\n              <tr>\n                <td>\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Display</b>\n                </td>\n                <td>\n                  <b>Definition</b>\n                </td>\n              </tr>\n              <tr>\n                <td>partial\n                  <a name=\"history-status-partial\"> </a>\n                </td>\n                <td>Partial</td>\n                <td>Some health information is known and captured, but not complete - see notes for details.</td>\n              </tr>\n              <tr>\n                <td>completed\n                  <a name=\"history-status-completed\"> </a>\n                </td>\n                <td>Completed</td>\n                <td>All available related health information is captured as of the date (and possibly time) when the family member history was taken.</td>\n              </tr>\n              <tr>\n                <td>entered-in-error\n                  <a name=\"history-status-entered-in-error\"> </a>\n                </td>\n                <td>Entered in error</td>\n                <td>This instance should not have been part of this patient's medical record.</td>\n              </tr>\n              <tr>\n                <td>health-unknown\n                  <a name=\"history-status-health-unknown\"> </a>\n                </td>\n                <td>Health unknown</td>\n                <td>Health information for this individual is unavailable/unknown.</td>\n              </tr>\n            </table>\n          </div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status",
      "valueString": "Informative"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 2
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pc"
    }
  ],
  "url": "http://hl7.org/fhir/history-status",
  "identifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:2.16.840.1.113883.4.642.1.263"
  },
  "version": "3.0.1",
  "name": "FamilyHistoryStatus",
  "status": "draft",
  "experimental": false,
  "date": "2017-04-18T21:44:43+00:00",
  "publisher": "HL7 (FHIR Project)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        },
        {
          "system": "email",
          "value": "fhir@lists.hl7.org"
        }
      ]
    }
  ],
  "description": "A code that identifies the status of the family history record.",
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/history-status",
  "content": "complete",
  "concept": [
    {
      "code": "partial",
      "display": "Partial",
      "definition": "Some health information is known and captured, but not complete - see notes for details."
    },
    {
      "code": "completed",
      "display": "Completed",
      "definition": "All available related health information is captured as of the date (and possibly time) when the family member history was taken."
    },
    {
      "code": "entered-in-error",
      "display": "Entered in error",
      "definition": "This instance should not have been part of this patient's medical record."
    },
    {
      "code": "health-unknown",
      "display": "Health unknown",
      "definition": "Health information for this individual is unavailable/unknown."
    }
  ]
}