Cancer Pathology Data Sharing
0.1.0 - STU 1 Ballot

This page is part of the Sharing eCC Data from Pathology Labs to EHR (v0.1.0: STU1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: Patient (example) - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "JoelAlexPatient",
  "meta" : {
    "versionId" : "7",
    "lastUpdated" : "2021-08-06T14:01:37.014+00:00",
    "source" : "#ZUtzI9gMaQppmoj3",
    "profile" : [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <div class=\"hapiHeaderText\">Jose \n        \n                \n                <b>RODRIGUEZ </b>\n            </div>\n            <table class=\"hapiPropertyTable\">\n                <tbody>\n                    <tr>\n                        <td>Identifier</td>\n                        <td>JoelAlexPatient</td>\n                    </tr>\n                </tbody>\n            </table>\n        </div>"
  },
  "identifier" : [
    {
      "system" : "urn:system",
      "value" : "JoelAlexPatient"
    }
  ],
  "name" : [
    {
      "family" : "Rodriguez",
      "given" : [
        "Jose"
      ]
    }
  ],
  "gender" : "male",
  "link" : [
    {
      "other" : {
        "reference" : "RelatedPerson/pathology-next-of-kin"
      },
      "type" : "seealso"
    }
  ]
}