openIMIS FHIR R4 Implementation Guide
1.0.0 - ci-build

openIMIS FHIR R4 Implementation Guide - Local Development build (v1.0.0). See the Directory of published versions

: openIMIS-Implementation - JSON Representation

Raw json | Download


{
  "resourceType" : "Organization",
  "id" : "openIMIS-Implementation",
  "meta" : {
    "profile" : [
      "https://openimis.github.io/openimis_fhir_r4_ig/StructureDefinition/openimis-insurance-organization"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></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 \"openIMIS-Implementation\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-openimis-insurance-organization.html\">openIMIS Insurance Organization</a></p></div><p><b>identifier</b>: Unique code: openIMIS</p><p><b>type</b>: Insurance Company <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-organization-type.html\">Organization type</a>#ins)</span></p><p><b>name</b>: openIMIS Implementation</p><p><b>telecom</b>: <a href=\"mailto:[email protected]\">[email protected]</a>, ph: 0908060703, fax: 0908060730</p><p><b>address</b>: 1 Pasay Jamula Ultha </p><h3>Contacts</h3><table class=\"grid\"><tr><td>-</td><td><b>Purpose</b></td><td><b>Name</b></td></tr><tr><td>*</td><td>Administrative <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-contactentity-type.html\">Contact entity type</a>#ADMIN)</span></td><td>Manuel D. Medina</td></tr></table></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "https://openimis.github.io/openimis_fhir_r4_ig/CodeSystem/openimis-identifiers",
            "code" : "Code"
          }
        ]
      },
      "value" : "openIMIS"
    }
  ],
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/organization-type",
          "code" : "ins"
        }
      ]
    }
  ],
  "name" : "openIMIS Implementation",
  "telecom" : [
    {
      "system" : "email",
      "value" : "[email protected]"
    },
    {
      "system" : "phone",
      "value" : "0908060703"
    },
    {
      "system" : "fax",
      "value" : "0908060730"
    }
  ],
  "address" : [
    {
      "extension" : [
        {
          "url" : "https://openimis.github.io/openimis_fhir_r4_ig/StructureDefinition/address-municipality",
          "valueString" : "Jamu"
        }
      ],
      "line" : [
        "1 Pasay"
      ],
      "city" : "Jamula",
      "district" : "Rapta",
      "state" : "Ultha"
    }
  ],
  "contact" : [
    {
      "purpose" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/contactentity-type",
            "code" : "ADMIN",
            "display" : "Administrative"
          }
        ]
      },
      "name" : {
        "text" : "Manuel D. Medina"
      }
    }
  ]
}