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

: IHE PCC mPSC APGAR Assessment Type Value Set - JSON Representation

Draft as of 2024-09-03

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "IHE.PCC.APGAR.VS",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet IHE.PCC.APGAR.VS</b></p><a name=\"IHE.PCC.APGAR.VS\"> </a><a name=\"hcIHE.PCC.APGAR.VS\"> </a><a name=\"IHE.PCC.APGAR.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://loinc.org\"><code>http://loinc.org</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=\"https://loinc.org/48334-7/\">48334-7</a></td><td>APGAR 1 MINUTE</td></tr><tr><td><a href=\"https://loinc.org/48333-9/\">48333-9</a></td><td>APGAR 5 MINUTE</td></tr><tr><td><a href=\"https://loinc.org/48332-1/\">48332-1</a></td><td>APGAR 10 MINUTE</td></tr></table></li><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/1287344004\">1287344004</a></td><td>Apgar score</td></tr></table></li></ul></div>"
  },
  "url" : "https://profiles.ihe.net/PCC/mPSC/ValueSet/IHE.PCC.APGAR.VS",
  "version" : "2.0.0-draft",
  "name" : "IHE_PCC_APGAR_VS",
  "title" : "IHE PCC mPSC APGAR Assessment Type 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" : "The set of APGAR assessment codes that can be used represent an APGAR score.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://loinc.org",
        "concept" : [
          {
            "code" : "48334-7",
            "display" : "APGAR 1 MINUTE"
          },
          {
            "code" : "48333-9",
            "display" : "APGAR 5 MINUTE"
          },
          {
            "code" : "48332-1",
            "display" : "APGAR 10 MINUTE"
          }
        ]
      },
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "1287344004",
            "display" : "Apgar score"
          }
        ]
      }
    ]
  }
}