HL7 FHIR Implementation Guide: Rwanda HIV
0.1.0 - ci-build International flag

HL7 FHIR Implementation Guide: Rwanda HIV, published by Jembi Health Systems. 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/jembi/Rwanda-HIV/ and changes regularly. See the Directory of published versions

: Funding Organization - JSON Representation

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "FundingOrganizationExample",
  "meta" : {
    "profile" : [
      🔗 "http://moh.gov.rw/fhir/StructureDefinition/funding-source"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization FundingOrganizationExample</b></p><a name=\"FundingOrganizationExample\"> </a><a name=\"hcFundingOrganizationExample\"> </a><a name=\"FundingOrganizationExample-en-US\"> </a><p><b>Funding Organization</b>: 1</p><p><b>identifier</b>: Funding Organization identifier/funder1</p><p><b>name</b>: A funding organization name</p></div>"
  },
  "extension" : [
    {
      "url" : "http://moh.gov.rw/fhir/StructureDefinition/funding-source-index",
      "valueInteger" : 1
    }
  ],
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "XX",
            "display" : "Organization identifier"
          }
        ],
        "text" : "Funding Organization identifier"
      },
      "system" : "http://moh.gov.rw/fhir/identifier/organization-id",
      "value" : "funder1"
    }
  ],
  "name" : "A funding organization name"
}