PCC - mobile Paramedicine Summary of Care (mPSC)
2.0.0-draft - ci-build International flag

PCC - mobile Paramedicine Summary of Care (mPSC), published by IHE Patient Care Coordination. This guide is not an authorized publication; it is the continuous build for version 2.0.0-draft built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/PCC.PCS/ and changes regularly. See the Directory of published versions

: Mechanism Of Injury Value Set - JSON Representation

Draft as of 2024-09-03

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "Mechanism.Of.Injury.VS",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet Mechanism.Of.Injury.VS</b></p><a name=\"Mechanism.Of.Injury.VS\"> </a><a name=\"hcMechanism.Of.Injury.VS\"> </a><a name=\"Mechanism.Of.Injury.VS-en-US\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/3821009\">3821009</a></td><td>Blunt injury</td></tr><tr><td><a href=\"http://snomed.info/id/48333001\">48333001</a></td><td>Burn injury</td></tr><tr><td><a href=\"http://snomed.info/id/53568006\">53568006</a></td><td>Penetrating</td></tr><tr><td><a href=\"http://snomed.info/id/1055294009\">1055294009</a></td><td>Blunt impact</td></tr><tr><td><a href=\"http://snomed.info/id/88999006\">88999006</a></td><td>Heat</td></tr><tr><td><a href=\"http://snomed.info/id/1162998008\">1162998008</a></td><td>Sharp impact</td></tr></table></li><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-icd10.html\"><code>http://hl7.org/fhir/sid/icd-10</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>T30</td><td>Burn and corrosion, body region unspecified</td></tr><tr><td>T75</td><td>Other and unspecified effects of other external causes</td></tr></table></li></ul></div>"
  },
  "url" : "https://profiles.ihe.net/PCC/mPSC/ValueSet/Mechanism.Of.Injury.VS",
  "version" : "2.0.0-draft",
  "name" : "Mechanism_Of_Injury_VS",
  "title" : "Mechanism Of Injury Value Set",
  "status" : "draft",
  "experimental" : false,
  "date" : "2024-09-03T15:04:24+00:00",
  "publisher" : "IHE Patient Care Coordination",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.ihe.net/ihe_domains/patient_care_coordination/"
        }
      ]
    },
    {
      "telecom" : [
        {
          "system" : "email",
          "value" : "pcc@ihe.net"
        }
      ]
    },
    {
      "name" : "IHE Patient Care Coordination",
      "telecom" : [
        {
          "system" : "email",
          "value" : "pcc@ihe.net"
        }
      ]
    }
  ],
  "description" : "Kind of physical phenomenon causing an injury",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "3821009",
            "display" : "Blunt injury"
          },
          {
            "code" : "48333001",
            "display" : "Burn injury"
          },
          {
            "code" : "53568006",
            "display" : "Penetrating"
          },
          {
            "code" : "1055294009",
            "display" : "Blunt impact"
          },
          {
            "code" : "88999006",
            "display" : "Heat"
          },
          {
            "code" : "1162998008",
            "display" : "Sharp impact"
          }
        ]
      },
      {
        "system" : "http://hl7.org/fhir/sid/icd-10",
        "concept" : [
          {
            "code" : "T30",
            "display" : "Burn and corrosion, body region unspecified"
          },
          {
            "code" : "T75",
            "display" : "Other and unspecified effects of other external causes"
          }
        ]
      }
    ]
  }
}