Gravitate Health FHIR Implementation Guide
0.1.0 - CI Build

Gravitate Health FHIR Implementation Guide, published by Gravitate Health Project. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/gravitate-health/ and changes regularly. See the Directory of published versions

: ORG1 - JSON Representation

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "ORG1",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/Organization-uv-epi"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization ORG1</b></p><a name=\"ORG1\"> </a><a name=\"hcORG1\"> </a><a name=\"ORG1-en-US\"> </a><p><b>identifier</b>: <code>urn:oid:1.3.6.1.4.1.519.1</code>/134489525</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type bus}\">Non-Healthcare Business or Corporation</span></p><p><b>name</b>: Pfizer Laboratories Div Pfizer Inc</p></div>"
  },
  "identifier" : [
    {
      "system" : "urn:oid:1.3.6.1.4.1.519.1",
      "value" : "134489525"
    }
  ],
  "active" : true,
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/organization-type",
          "code" : "bus",
          "display" : "Non-Healthcare Business or Corporation"
        }
      ]
    }
  ],
  "name" : "Pfizer Laboratories Div Pfizer Inc"
}