Extensions for Using Data Elements from FHIR R5 in FHIR R4
0.1.0 - STU International flag

Extensions for Using Data Elements from FHIR R5 in FHIR R4 - Downloaded Version null See the Directory of published versions

: FamilyHistoryAbsentReason - JSON Representation

Page standards status: Trial-use Maturity Level: 1

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "history-absent-reason",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://terminology.hl7.org/CodeSystem/history-absent-reason</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">subject-unknown<a name=\"history-absent-reason-subject-unknown\"> </a></td><td>Subject Unknown</td><td>Patient does not know the subject, e.g. the biological parent of an adopted patient.</td></tr><tr><td style=\"white-space:nowrap\">withheld<a name=\"history-absent-reason-withheld\"> </a></td><td>Information Withheld</td><td>The patient withheld or refused to share the information.</td></tr><tr><td style=\"white-space:nowrap\">unable-to-obtain<a name=\"history-absent-reason-unable-to-obtain\"> </a></td><td>Unable To Obtain</td><td>Information cannot be obtained; e.g. unconscious patient.</td></tr><tr><td style=\"white-space:nowrap\">deferred<a name=\"history-absent-reason-deferred\"> </a></td><td>Deferred</td><td>Patient does not have the information now, but can provide the information at a later date.</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 1
    },
    {
      "extension" : [
        {
          "url" : "packageId",
          "valueId" : "hl7.fhir.uv.xver-r5.r4"
        },
        {
          "url" : "version",
          "valueString" : "0.1.0"
        },
        {
          "url" : "uri",
          "valueUri" : "http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r5.r4"
        }
      ],
      "url" : "http://hl7.org/fhir/StructureDefinition/package-source"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "pc"
    }
  ],
  "url" : "http://terminology.hl7.org/CodeSystem/history-absent-reason",
  "version" : "0.1.0",
  "name" : "FamilyHistoryAbsentReason",
  "title" : "FamilyHistoryAbsentReason",
  "status" : "draft",
  "experimental" : false,
  "date" : "2020-04-09T16:10:28-05:00",
  "publisher" : "Patient Care",
  "contact" : [
    {
      "name" : "Patient Care",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/patientcare"
        }
      ]
    }
  ],
  "description" : "Codes describing the reason why a family member's history is not available.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "valueSet" : "http://terminology.hl7.org/ValueSet/history-absent-reason|1.0.1",
  "content" : "complete",
  "concept" : [
    {
      "code" : "subject-unknown",
      "display" : "Subject Unknown",
      "definition" : "Patient does not know the subject, e.g. the biological parent of an adopted patient."
    },
    {
      "code" : "withheld",
      "display" : "Information Withheld",
      "definition" : "The patient withheld or refused to share the information."
    },
    {
      "code" : "unable-to-obtain",
      "display" : "Unable To Obtain",
      "definition" : "Information cannot be obtained; e.g. unconscious patient."
    },
    {
      "code" : "deferred",
      "display" : "Deferred",
      "definition" : "Patient does not have the information now, but can provide the information at a later date."
    }
  ]
}