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

: Paramdicine Summary Paramedicine Service Request example for NEMSIS 2023-EMS-3-FallTransport_v350 pretesting example. - JSON Representation

Raw json | Download


{
  "resourceType" : "ServiceRequest",
  "id" : "ex-ServiceRequest-Elina-R-Macias",
  "meta" : {
    "profile" : [
      🔗 "https://profiles.ihe.net/PCC/mPSC/StructureDefinition/IHE.PCC.mPSC.ServiceRequest"
    ],
    "security" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code" : "HTEST"
      }
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest ex-ServiceRequest-Elina-R-Macias</b></p><a name=\"ex-ServiceRequest-Elina-R-Macias\"> </a><a name=\"hcex-ServiceRequest-Elina-R-Macias\"> </a><a name=\"ex-ServiceRequest-Elina-R-Macias-en-US\"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Plan</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 409971007}\">Emergency medical services</span>, <span title=\"Codes:{http://snomed.info/sct 792847005}\">Emergency ambulance service</span></p><p><b>priority</b>: ASAP</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 310000008}\">Accident and Emergency service</span></p><p><b>subject</b>: <a href=\"Patient-ex-Patient-Elina-R-Macias.html\">R Macias  Female, DoB: 1941-08-04 ( Patient internal identifier)</a></p><p><b>performer</b>: <a href=\"Organization-ex-Organization-Texarkana-Arkansas-Police-Department.html\">Organization Texarkana Arkansas Police Department</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 1912002}\">Fall</span></p></div>"
  },
  "status" : "active",
  "intent" : "plan",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "409971007",
          "display" : "Emergency medical services"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "792847005",
          "display" : "Emergency ambulance service"
        }
      ]
    }
  ],
  "priority" : "asap",
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "310000008",
        "display" : "Accident and Emergency service"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/ex-Patient-Elina-R-Macias"
  },
  "performer" : [
    {
      🔗 "reference" : "Organization/ex-Organization-Texarkana-Arkansas-Police-Department"
    }
  ],
  "reasonCode" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "1912002",
          "display" : "Fall"
        }
      ]
    }
  ]
}