0.1.0 - ci-build

CardioIG, published by Example Publisher. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/sguinezm/cardioCx-IG/ and changes regularly. See the Directory of published versions

: Códigos para tiempo transcurrido de angioplastias previas. - JSON Representation

Active as of 2024-04-16

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "PreviousAngioplastyCS",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem PreviousAngioplastyCS</b></p><a name=\"PreviousAngioplastyCS\"> </a><a name=\"hcPreviousAngioplastyCS\"> </a><a name=\"PreviousAngioplastyCS-en-US\"> </a><p>This case-sensitive code system <code>https://centrocardiovascular.cl/CodeSystem/PreviousAngioplastyCS</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">1<a name=\"PreviousAngioplastyCS-1\"> </a></td><td>No PA</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"PreviousAngioplastyCS-2\"> </a></td><td>PA &lt; 24 hours before surgery; same admission</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"PreviousAngioplastyCS-3\"> </a></td><td>PA &gt; 24 hours before surgery; same admission</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"PreviousAngioplastyCS-4\"> </a></td><td>PA &gt; 24 hours before surgery; previous admission</td></tr></table></div>"
  },
  "url" : "https://centrocardiovascular.cl/CodeSystem/PreviousAngioplastyCS",
  "version" : "0.1.0",
  "name" : "PreviousAngioplastyCS",
  "title" : "Códigos para tiempo transcurrido de angioplastias previas.",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-04-16",
  "publisher" : "Example Publisher",
  "contact" : [
    {
      "name" : "Example Publisher",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://example.org/example-publisher"
        }
      ]
    }
  ],
  "description" : "Códigos para tiempo transcurrido de angioplastias previas.",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 4,
  "concept" : [
    {
      "code" : "1",
      "display" : "No PA"
    },
    {
      "code" : "2",
      "display" : "PA < 24 hours before surgery; same admission"
    },
    {
      "code" : "3",
      "display" : "PA > 24 hours before surgery; same admission"
    },
    {
      "code" : "4",
      "display" : "PA > 24 hours before surgery; previous admission"
    }
  ]
}