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

Raw json | Download


{
  "resourceType" : "MedicationAdministration",
  "id" : "ex-MedicationAdministration-Elina-R-Macias-Morphine",
  "meta" : {
    "profile" : [
      🔗 "https://profiles.ihe.net/PCC/mPSC/StructureDefinition/IHE.PCC.mPSC.MedicationAdministration"
    ],
    "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: MedicationAdministration ex-MedicationAdministration-Elina-R-Macias-Morphine</b></p><a name=\"ex-MedicationAdministration-Elina-R-Macias-Morphine\"> </a><a name=\"hcex-MedicationAdministration-Elina-R-Macias-Morphine\"> </a><a name=\"ex-MedicationAdministration-Elina-R-Macias-Morphine-en-US\"> </a><p><b>status</b>: In Progress</p><p><b>medication</b>: <span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 7052}\">morphine</span></p><p><b>subject</b>: <a href=\"Patient-ex-Patient-Elina-R-Macias.html\">R Macias  Female, DoB: 1941-08-04 ( Patient internal identifier)</a></p><p><b>effective</b>: 2022-10-09 08:52:00-0500</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Function</b></td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 397897005}\">Paramedic</span></td><td><a href=\"Practitioner-ex-Practitioner-Ellen-Costa.html\">Practitioner Ellen Costa </a></td></tr></table><h3>Dosages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Route</b></td><td><b>Rate[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 47625008}\">Intravenous use</span></td><td>10 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemg = 'mg')</span></td></tr></table></div>"
  },
  "status" : "in-progress",
  "medicationCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code" : "7052",
        "display" : "morphine"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/ex-Patient-Elina-R-Macias"
  },
  "effectiveDateTime" : "2022-10-09T08:52:00-05:00",
  "performer" : [
    {
      "function" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "397897005",
            "display" : "Paramedic"
          }
        ]
      },
      "actor" : {
        🔗 "reference" : "Practitioner/ex-Practitioner-Ellen-Costa"
      }
    }
  ],
  "dosage" : {
    "route" : {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "47625008",
          "display" : "Intravenous use"
        }
      ]
    },
    "rateQuantity" : {
      "value" : 10,
      "unit" : "mg",
      "system" : "http://unitsofmeasure.org",
      "code" : "mg"
    }
  }
}