FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageethiopia.fhir.hiv
Resource TypeOrganization
IdOrganization-OutreachFacilityExample.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Organization OutreachFacilityExample

Profile: Organization

identifier: http://moh.gov.et/fhir/hiv/identifier/mohid/MOH001, http://moh.gov.et/fhir/hiv/identifier/hfuid/HFUID001

active: true

type: Outreach Facility

name: Meshwalkiya Health Center

address: Meshulekia Kirkos Addis Ababa


Source1

{
  "resourceType": "Organization",
  "id": "OutreachFacilityExample",
  "meta": {
    "profile": [
      "http://moh.gov.et/fhir/hiv/StructureDefinition/organization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://moh.gov.et/fhir/hiv/identifier/mohid",
      "value": "MOH001"
    },
    {
      "system": "http://moh.gov.et/fhir/hiv/identifier/hfuid",
      "value": "HFUID001"
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "185483006"
        }
      ],
      "text": "Outreach Facility"
    }
  ],
  "name": "Meshwalkiya Health Center",
  "address": [
    {
      "line": [
        "Meshulekia"
      ],
      "city": "Kirkos",
      "district": "Kirkos woreda 9",
      "state": "Addis Ababa"
    }
  ]
}