{
  "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\"><h2>FamilyHistoryStatus</h2><div><p>A code that identifies the status of the family history record.</p></div><p>This code system http://hl7.org/fhir/history-status defines the following codes:</p><table class=\"codes\"><tr><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>partial\r\n                  <a name=\"history-status-partial\"></a></td><td>Partial</td><td>Some health information is known and captured, but not complete - see notes for details.</td></tr><tr><td>completed\r\n                  <a name=\"history-status-completed\"></a></td><td>Completed</td><td>All available related health information is captured as of the date (and possibly time) when the family member history was taken.</td></tr><tr><td>entered-in-error\r\n                  <a name=\"history-status-entered-in-error\"></a></td><td>Entered in error</td><td>This instance should not have been part of this patient's medical record.</td></tr><tr><td>health-unknown\r\n                  <a name=\"history-status-health-unknown\"></a></td><td>Health unknown</td><td>Health information for this individual is unavailable/unknown.</td></tr></table></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."
    }
  ]
}