Integrated Campaign Registry (ICR) Implementation Guideunicef.fhir.icr · v0.1.0 · FHIR 4.0.1
Draft — this implementation guide is a working snapshot (v0.1.0) and its content may change without notice.
ExampleOrganizationMR SIA (Sierra Leone)

Example Facility Organization — Rokupr CHC

Resource id
example-facility-org

Resource content

{
  "resourceType": "Organization",
  "id": "example-facility-org",
  "meta": {
    "profile": [
      "https://icr.healthcampaigns.org/StructureDefinition/ICRFacilityOrganization"
    ],
    "tag": [
      {
        "system": "https://icr.healthcampaigns.org/CodeSystem/icr-project-tag-cs",
        "code": "mr-sia",
        "display": "MR SIA (Sierra Leone)"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization example-facility-org</b></p><a name=\"example-facility-org\"> </a><a name=\"hcexample-facility-org\"> </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-ICRFacilityOrganization.html\">ICR Facility Organization</a></p><p style=\"margin-bottom: 0px\">Tag: <a href=\"CodeSystem-icr-project-tag-cs.html\">MR SIA (Sierra Leone) (Details: ICR Project Tag code mr-sia = 'MR SIA (Sierra Leone)')</a></p></div><p><b>identifier</b>: <code>https://icr.healthcampaigns.org/identifiers/registry-id</code>/SL-MFL-0421</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type prov}\">Healthcare Provider</span>, <span title=\"Codes:{https://icr.healthcampaigns.org/CodeSystem/icr-facility-type-cs primary}\">Community Health Centre</span>, <span title=\"Codes:{https://icr.healthcampaigns.org/CodeSystem/icr-ownership-cs public}\">Public</span></p><p><b>name</b>: Rokupr Community Health Centre</p></div>"
  },
  "identifier": [
    {
      "system": "https://icr.healthcampaigns.org/identifiers/registry-id",
      "value": "SL-MFL-0421"
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/organization-type",
          "code": "prov",
          "display": "Healthcare Provider"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "https://icr.healthcampaigns.org/CodeSystem/icr-facility-type-cs",
          "code": "primary",
          "display": "Primary care facility"
        }
      ],
      "text": "Community Health Centre"
    },
    {
      "coding": [
        {
          "system": "https://icr.healthcampaigns.org/CodeSystem/icr-ownership-cs",
          "code": "public",
          "display": "Public"
        }
      ]
    }
  ],
  "name": "Rokupr Community Health Centre"
}

Raw renditions: JSON · XML · Turtle