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

: Principal Pathology Lab - JSON Representation

Raw json | Download


{
  "resourceType" : "Organization",
  "id" : "principal-pathology-lab",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2021-06-22T14:53:29.809+00:00",
    "source" : "#HJa8mk0g943nkTI0",
    "profile" : [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>active</b>: true</p><p><b>name</b>: Some Pathology Lab Name</p><p><b>address</b>: Any City CA 95540 USA </p></div>"
  },
  "active" : true,
  "name" : "Some Pathology Lab Name",
  "address" : [
    {
      "line" : [
        "Any"
      ],
      "city" : "City",
      "state" : "CA",
      "postalCode" : "95540",
      "country" : "USA"
    }
  ]
}