International Patient Summary 1.0.0 Release
1.0 - CI Build

International Patient Summary 1.0.0 Release - Local Development build (v1.0). See the Directory of published versions

: IPS Condition Verification Status - JSON Representation

Draft as of 2023-01-12

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "2.16.840.1.113883.11.22.8--20170329000000",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <code>urn:oid:2.16.840.1.113883.4.642.3.166</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Comments</b></td></tr><tr><td>unconfirmed</td><td>Unconfirmed</td><td>Note: There is not sufficient diagnostic and/or clinical evidence to treat this as a confirmed condition.</td></tr><tr><td>provisional</td><td>Provisional</td><td>Note: This is a tentative diagnosis - still a candidate that is under consideration.</td></tr><tr><td>differential</td><td>Differential</td><td>Note: One of a set of potential (and typically mutually exclusive.html) diagnoses asserted to further guide the diagnostic process and preliminary treatment.</td></tr><tr><td>confirmed</td><td>Confirmed</td><td>Note: There is sufficient diagnostic and/or clinical evidence to treat this as a confirmed condition.</td></tr><tr><td>refuted</td><td>Refuted</td><td>Note: This condition has been ruled out by diagnostic and clinical evidence.</td></tr></table></li></ul></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/resource-effectivePeriod",
      "valuePeriod" : {
        "start" : "2017-03-29T00:00:00+01:00"
      }
    }
  ],
  "url" : "http://localhost:8877/fhir/ValueSet/2.16.840.1.113883.11.22.8--20170329000000",
  "identifier" : [
    {
      "use" : "official",
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.11.22.8"
    }
  ],
  "version" : "1.0",
  "name" : "IPSConditionVerificationStatus",
  "title" : "IPS Condition Verification Status",
  "status" : "draft",
  "experimental" : false,
  "date" : "2023-01-12T22:27:49+01:00",
  "publisher" : "Health Level Seven",
  "contact" : [
    {
      "name" : "HL7 International - International Patient Summary",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/structure"
        }
      ]
    }
  ],
  "description" : "IPS Condition Verification Status",
  "immutable" : false,
  "compose" : {
    "include" : [
      {
        "system" : "urn:oid:2.16.840.1.113883.4.642.3.166",
        "concept" : [
          {
            "extension" : [
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/valueset-concept-comments",
                "valueString" : "There is not sufficient diagnostic and/or clinical evidence to treat this as a confirmed condition."
              }
            ],
            "code" : "unconfirmed",
            "display" : "Unconfirmed"
          },
          {
            "extension" : [
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/valueset-concept-comments",
                "valueString" : "This is a tentative diagnosis - still a candidate that is under consideration."
              }
            ],
            "code" : "provisional",
            "display" : "Provisional"
          },
          {
            "extension" : [
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/valueset-concept-comments",
                "valueString" : "One of a set of potential (and typically mutually exclusive.html) diagnoses asserted to further guide the diagnostic process and preliminary treatment."
              }
            ],
            "code" : "differential",
            "display" : "Differential"
          },
          {
            "extension" : [
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/valueset-concept-comments",
                "valueString" : "There is sufficient diagnostic and/or clinical evidence to treat this as a confirmed condition."
              }
            ],
            "code" : "confirmed",
            "display" : "Confirmed"
          },
          {
            "extension" : [
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/valueset-concept-comments",
                "valueString" : "This condition has been ruled out by diagnostic and clinical evidence."
              }
            ],
            "code" : "refuted",
            "display" : "Refuted"
          }
        ]
      }
    ]
  }
}