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

: ex-Patient-Elina-R-Macias - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "ex-Patient-Elina-R-Macias",
  "meta" : {
    "profile" : [
      🔗 "https://profiles.ihe.net/PCC/mPSC/StructureDefinition/IHE.PCC.mPSC.Patient"
    ],
    "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: Patient ex-Patient-Elina-R-Macias</b></p><a name=\"ex-Patient-Elina-R-Macias\"> </a><a name=\"hcex-Patient-Elina-R-Macias\"> </a><a name=\"ex-Patient-Elina-R-Macias-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">R Macias  Female, DoB: 1941-08-04 ( Patient internal identifier)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Other Id (see the one above)\">Other Id:</td><td colspan=\"3\">Social Security number/430153583</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">520 South Pine Street City of Hope Arkansas 71801 US (home)</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>General Practitioner: <a href=\"Practitioner-ex-Practitioner-Darlene-T-Beck.html\">Practitioner Darlene T Beck</a></li><li>General Practitioner: <a href=\"Practitioner-ex-Practitioner-Randall-M-Sadler.html\">Practitioner Randall M Sadler</a></li></ul></td></tr></table></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "PI"
          }
        ]
      },
      "system" : "http://www.acme.com/identifiers/patient",
      "value" : "659JEX",
      "assigner" : {
        🔗 "reference" : "Organization/ex-Organization-Paramedicine-Agency"
      }
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "SS"
          }
        ]
      },
      "system" : "http://www.acme.com/identifiers/patient",
      "value" : "430153583"
    }
  ],
  "name" : [
    {
      "family" : "Macias",
      "given" : [
        "R"
      ]
    }
  ],
  "gender" : "female",
  "birthDate" : "1941-08-04",
  "address" : [
    {
      "use" : "home",
      "line" : [
        "520 South Pine Street"
      ],
      "city" : "City of Hope",
      "district" : "Hempstead County",
      "state" : "Arkansas",
      "postalCode" : "71801",
      "country" : "US"
    }
  ],
  "generalPractitioner" : [
    {
      🔗 "reference" : "Practitioner/ex-Practitioner-Darlene-T-Beck"
    },
    {
      🔗 "reference" : "Practitioner/ex-Practitioner-Randall-M-Sadler"
    }
  ]
}