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 Dispatch Location example for NEMSIS 2023-EMS-3-FallTransport_v350 pretesting example. - XML Representation

Raw xml | Download



<Location xmlns="http://hl7.org/fhir">
  <id value="ex-Location-Elina-R-Macias-Dispatch"/>
  <meta>
    <profile
             value="https://profiles.ihe.net/PCC/mPSC/StructureDefinition/IHE.PCC.mPSC.Location"/>
    <security>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/>
      <code value="HTEST"/>
    </security>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Location ex-Location-Elina-R-Macias-Dispatch</b></p><a name="ex-Location-Elina-R-Macias-Dispatch"> </a><a name="hcex-Location-Elina-R-Macias-Dispatch"> </a><a name="ex-Location-Elina-R-Macias-Dispatch-en-US"> </a><p><b>name</b>: Texarkana Arkansas Station</p><p><b>type</b>: <span title="Codes:{http://snomed.info/sct 34261000087105}">Dispatch location (environment)</span></p><p><b>address</b>: Arkansas </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.46</td><td>94.002</td></tr></table></div>
  </text>
  <name value="Texarkana Arkansas Station"/>
  <type>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="34261000087105"/>
    </coding>
  </type>
  <address>
    <state value="Arkansas"/>
  </address>
  <position>
    <longitude value="33.46"/>
    <latitude value="94.002"/>
  </position>
</Location>