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. - JSON Representation

Raw json | Download


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