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 Organization example utilizing data from the NEMSIS pretesting examples. - XML Representation

Raw xml | Download



<Organization xmlns="http://hl7.org/fhir">
  <id value="ex-Organization-Paramedicine-Agency"/>
  <meta>
    <profile
             value="https://profiles.ihe.net/PCC/mPSC/StructureDefinition/IHE.PCC.mPSC.Organization"/>
    <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: Organization ex-Organization-Paramedicine-Agency</b></p><a name="ex-Organization-Paramedicine-Agency"> </a><a name="hcex-Organization-Paramedicine-Agency"> </a><a name="ex-Organization-Paramedicine-Agency-en-US"> </a><p><b>identifier</b>: Provider number/501 (use: official, ), Provider number/350-501 (use: official, ), National provider identifier/3502360501 (use: official, )</p><p><b>active</b>: true</p><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/organization-type prov}">Healthcare Provider</span>, <span title="Codes:{http://snomed.info/sct 792847005}">Emergency ambulance service</span>, <span title="Codes:{http://snomed.info/sct 409971007}">Emergency medical services</span>, <span title="Codes:{http://snomed.info/sct 413294000}">Community health services</span></p><p><b>name</b>: Paramedicine Agency Example Organization</p><p><b>address</b>: Arkansas </p></div>
  </text>
  <identifier>
    <use value="official"/>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="PRN"/>
      </coding>
    </type>
    <value value="501"/>
    <assigner>🔗 
      <reference
                 value="Organization/ex-Organization-Paramedicine-Agency-StateID-Assigner"/>
    </assigner>
  </identifier>
  <identifier>
    <use value="official"/>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="PRN"/>
      </coding>
    </type>
    <value value="350-501"/>
  </identifier>
  <identifier>
    <use value="official"/>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="NPI"/>
      </coding>
    </type>
    <system value="http://hl7.org/fhir/sid/us-npi"/>
    <value value="3502360501"/>
  </identifier>
  <active value="true"/>
  <type>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/organization-type"/>
      <code value="prov"/>
    </coding>
  </type>
  <type>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="792847005"/>
      <display value="Emergency ambulance service"/>
    </coding>
  </type>
  <type>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="409971007"/>
      <display value="Emergency medical services"/>
    </coding>
  </type>
  <type>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="413294000"/>
      <display value="Community health services"/>
    </coding>
  </type>
  <name value="Paramedicine Agency Example Organization"/>
  <address>
    <state value="Arkansas"/>
  </address>
</Organization>