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 Vehicle example for NEMSIS 2023-EMS-3-FallTransport_v350 pretesting example. - JSON Representation

Raw json | Download


{
  "resourceType" : "Location",
  "id" : "ex-Location-Elina-R-Macias-Vehicle",
  "meta" : {
    "profile" : [
      🔗 "https://profiles.ihe.net/PCC/mPSC/StructureDefinition/IHE.PCC.mPSC.Vehicle"
    ],
    "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: Location ex-Location-Elina-R-Macias-Vehicle</b></p><a name=\"ex-Location-Elina-R-Macias-Vehicle\"> </a><a name=\"hcex-Location-Elina-R-Macias-Vehicle\"> </a><a name=\"ex-Location-Elina-R-Macias-Vehicle-en-US\"> </a><p><b>identifier</b>: 501.183</p><p><b>name</b>: GA 11</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode AMB}\">Ambulance</span></p><p><b>physicalType</b>: <span title=\"Codes:{http://snomed.info/sct 44613004}\">Ground transport ambulance</span></p></div>"
  },
  "identifier" : [
    {
      "value" : "501.183"
    }
  ],
  "name" : "GA 11",
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code" : "AMB"
        }
      ]
    }
  ],
  "physicalType" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "44613004",
        "display" : "Ground transport ambulance"
      }
    ]
  }
}