LinuxForHealth FHIR Implementation Guide
8.0.0 - draft United States of America flag

LinuxForHealth FHIR Implementation Guide - Local Development build (v8.0.0). See the Directory of published versions

: CDM Oganization - Communication Vendor 1 - JSON Representation

Raw json | Download


{
  "resourceType" : "Organization",
  "id" : "CommunicationVendor1",
  "meta" : {
    "source" : "http://linuxforhealth.org/platform",
    "profile" : [
      "http://linuxforhealth.org/fhir/cdm/StructureDefinition/cdm-organization"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Organization</b><a name=\"CommunicationVendor1\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Organization \"CommunicationVendor1\" </p><p style=\"margin-bottom: 0px\">Information Source: http://linuxforhealth.org/platform!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-cdm-organization.html\">CDM Organization</a></p></div><p><b>identifier</b>: Source System Row Identifier: CommunicationVendor1(use: OFFICIAL)</p><p><b>active</b>: true</p><p><b>type</b>: Non-Healthcare Business or Corporation <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-organization-type.html\">Organization type</a>#bus)</span></p><p><b>name</b>: Communication Vendor 1</p></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "type" : {
        "coding" : [
          {
            "system" : "http://linuxforhealth.org/fhir/cdm/CodeSystem/identifier-type",
            "code" : "SSRI"
          }
        ]
      },
      "system" : "http://linuxforhealth.org/platform/communication-vendor",
      "value" : "CommunicationVendor1"
    }
  ],
  "active" : true,
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/organization-type",
          "code" : "bus"
        }
      ]
    }
  ],
  "name" : "Communication Vendor 1"
}