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

Raw json | Download


{
  "resourceType" : "Location",
  "id" : "ex-Location-Elina-R-Macias-Incident",
  "meta" : {
    "profile" : [
      🔗 "https://profiles.ihe.net/PCC/mPSC/StructureDefinition/IHE.PCC.mPSC.Location"
    ],
    "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-Incident</b></p><a name=\"ex-Location-Elina-R-Macias-Incident\"> </a><a name=\"hcex-Location-Elina-R-Macias-Incident\"> </a><a name=\"ex-Location-Elina-R-Macias-Incident-en-US\"> </a><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 419955002}\">Residential institution</span>, <span title=\"Codes:{http://snomed.info/sct 702869004}\">Incident site</span>, <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10-cm Y92.0}\">Non-institutional (private) residence as the place of occurrence of the external cause</span></p><p><b>address</b>: Unit A City of Hope Arkansas 71801 US </p><h3>Positions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Longitude</b></td><td><b>Latitude</b></td></tr><tr><td style=\"display: none\">*</td><td>33.663</td><td>93.594</td></tr></table></div>"
  },
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "419955002",
          "display" : "Residential institution"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "702869004",
          "display" : "Incident site"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/sid/icd-10-cm",
          "code" : "Y92.0",
          "display" : "Non-institutional (private) residence as the place of occurrence of the external cause"
        }
      ]
    }
  ],
  "address" : {
    "line" : [
      "Unit A"
    ],
    "city" : "City of Hope",
    "district" : "Hempstead County",
    "state" : "Arkansas",
    "postalCode" : "71801",
    "country" : "US"
  },
  "position" : {
    "longitude" : 33.663,
    "latitude" : 93.594
  }
}