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

: Code System Containing values that do not have a maintianed code system. - JSON Representation

Draft as of 2024-09-03

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "PLT",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem PLT</b></p><a name=\"PLT\"> </a><a name=\"hcPLT\"> </a><a name=\"PLT-en-US\"> </a><p>This case-sensitive code system <code>https://profiles.ihe.net/PCC/mPSC/CodeSystem/PLT</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\">Dispatch<a name=\"PLT-Dispatch\"> </a></td><td>Location or healthcare facility location of the vehicle at the time of dispatch.</td></tr><tr><td style=\"white-space:nowrap\">Scene<a name=\"PLT-Scene\"> </a></td><td>Location or healthcare facility location of the inicident/Scene/Pickup location.</td></tr><tr><td style=\"white-space:nowrap\">Ambulance<a name=\"PLT-Ambulance\"> </a></td><td>The ambulance vehical that is used for the location of the patient during transport</td></tr><tr><td style=\"white-space:nowrap\">Destination<a name=\"PLT-Destination\"> </a></td><td>Location or healthcare facility location of the vehicle destination at the end of the encounter.</td></tr></table></div>"
  },
  "url" : "https://profiles.ihe.net/PCC/mPSC/CodeSystem/PLT",
  "version" : "2.0.0-draft",
  "name" : "PCS_LocationType",
  "title" : "Code System Containing values that do not have a maintianed code system.",
  "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" : "Elements in this Code system SHALL be used to further deffine the type of location relative to the patien't episode of care.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 4,
  "concept" : [
    {
      "code" : "Dispatch",
      "display" : "Location or healthcare facility location of the vehicle at the time of dispatch."
    },
    {
      "code" : "Scene",
      "display" : "Location or healthcare facility location of the inicident/Scene/Pickup location."
    },
    {
      "code" : "Ambulance",
      "display" : "The ambulance vehical that is used for the location of the patient during transport"
    },
    {
      "code" : "Destination",
      "display" : "Location or healthcare facility location of the vehicle destination at the end of the encounter."
    }
  ]
}