{

"resourceType": "ValueSet",
"id": "history-status",
"meta": {
  "lastUpdated": "2015-10-24T07:41:03.495+11:00",
  "profile": [
    "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"
  ]
},
"text": {
  "status": "generated",
  "div": "<div><h2>FamilyHistoryStatus</h2><p>A code that identifies the status of the family history record.</p><p>This value set has an inline code system http://hl7.org/fhir/history-status, which 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<a name=\"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<a name=\"completed\"> </a></td><td>Completed</td><td>All relevant health information is known and captured.</td></tr><tr><td>entered-in-error<a name=\"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<a name=\"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/valueset-oid",
    "valueUri": "urn:oid:2.16.840.1.113883.4.642.2.409"
  }
],
"url": "http://hl7.org/fhir/ValueSet/history-status",
"version": "1.0.2",
"name": "FamilyHistoryStatus",
"status": "draft",
"experimental": false,
"publisher": "HL7 (FHIR Project)",
"contact": [
  {
    "telecom": [
      {
        "system": "other",
        "value": "http://hl7.org/fhir"
      },
      {
        "system": "email",
        "value": "fhir@lists.hl7.org"
      }
    ]
  }
],
"date": "2015-10-24T07:41:03+11:00",
"description": "A code that identifies the status of the family history record.",
"codeSystem": {
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
      "valueUri": "urn:oid:2.16.840.1.113883.4.642.1.409"
    }
  ],
  "system": "http://hl7.org/fhir/history-status",
  "version": "1.0.2",
  "caseSensitive": true,
  "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 relevant health information is known and captured."
    },
    {
      "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."
    }
  ]
}

}