Universal API Implementation Guide
1.1.19 - ci-build

Universal API Implementation Guide - Local Development build (v1.1.19). See the Directory of published versions

: External - SOT Organization example - JSON Representation

Raw json | Download


{
  "resourceType" : "Organization",
  "id" : "45cf0b29-8c1d-4882-91e1-00bc28c06a52",
  "meta" : {
    "profile" : [
      "https://fhir.developer.gene.com/StructureDefinition/uapi-organization"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Organization</b><a name=\"45cf0b29-8c1d-4882-91e1-00bc28c06a52\"> </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 \"45cf0b29-8c1d-4882-91e1-00bc28c06a52\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-uapi-organization.html\">UAPI Organization</a></p></div><p><b>identifier</b>: id: Infusion Site Id(use: USUAL)</p><p><b>type</b>: Site of Treatment <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/R4B/codesystem-organization-type.html\">OrganizationType</a>#other)</span></p><p><b>name</b>: Infusion Centre</p><p><b>telecom</b>: ph: 8882704882(WORK), fax: 8179974042(WORK)</p><p><b>address</b>: 8 Ranoldo Terrace Cherry Hill NJ 08034 US </p><h3>Contacts</h3><table class=\"grid\"><tr><td>-</td><td><b>Name</b></td><td><b>Telecom</b></td></tr><tr><td>*</td><td>Venus Yardav (OFFICIAL)</td><td>ph: -unknown-</td></tr></table></div>"
  },
  "identifier" : [
    {
      "use" : "usual",
      "system" : "http://SOT.com/ab",
      "value" : "Infusion Site Id",
      "assigner" : {
        "display" : "Site of Treatment/Infusion Centre Name"
      }
    }
  ],
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/organization-type",
          "code" : "other",
          "display" : "Site of Treatment"
        }
      ],
      "text" : "Site of Treatment"
    }
  ],
  "name" : "Infusion Centre",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "8882704882",
      "use" : "work",
      "rank" : 1
    },
    {
      "system" : "fax",
      "value" : "8179974042",
      "use" : "work",
      "rank" : 2
    }
  ],
  "address" : [
    {
      "line" : [
        "8 Ranoldo Terrace"
      ],
      "city" : "Cherry Hill",
      "state" : "NJ",
      "postalCode" : "08034",
      "country" : "US"
    }
  ],
  "contact" : [
    {
      "name" : {
        "use" : "official",
        "family" : "Yardav",
        "given" : [
          "Venus"
        ]
      },
      "telecom" : [
        {
          "system" : "phone"
        }
      ]
    }
  ]
}