Kenya-ePrescription-IG
0.1.0 - ci-build

Kenya-ePrescription-IG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Kenya ePrescription Organization - JSON Representation

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "example-kenya-eprescription-organization",
  "meta" : {
    "profile" : [
      🔗 "http://example.org/StructureDefinition/kenya-eprescription-organization"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization example-kenya-eprescription-organization</b></p><a name=\"example-kenya-eprescription-organization\"> </a><a name=\"hcexample-kenya-eprescription-organization\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-kenya-eprescription-organization.html\">Organization - ePrescription</a></p></div><p><b>identifier</b>: <code>http://healthfacility.registry.health.go.ke</code>/FAC-KE-00123, <code>http://pharmacyboard.health.go.ke/license</code>/PHARM-LIC-2025-0456</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type prov}\">Healthcare Provider</span></p><p><b>name</b>: MediCare Pharmacy - Nairobi</p><p><b>telecom</b>: <a href=\"tel:+254-712-345678\">+254-712-345678</a>, <a href=\"mailto:info@medicarepharmacy.co.ke\">info@medicarepharmacy.co.ke</a></p><p><b>address</b>: Karen Road, Nairobi, Kenya</p></div>"
  },
  "identifier" : [
    {
      "system" : "http://healthfacility.registry.health.go.ke",
      "value" : "FAC-KE-00123"
    },
    {
      "system" : "http://pharmacyboard.health.go.ke/license",
      "value" : "PHARM-LIC-2025-0456"
    }
  ],
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/organization-type",
          "code" : "prov",
          "display" : "Healthcare Provider"
        }
      ]
    }
  ],
  "name" : "MediCare Pharmacy - Nairobi",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+254-712-345678"
    },
    {
      "system" : "email",
      "value" : "info@medicarepharmacy.co.ke"
    }
  ],
  "address" : [
    {
      "text" : "Karen Road, Nairobi, Kenya"
    }
  ]
}