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

FHIR IG analytics

Packagesilfhirprofileig
Resource TypeOrganization
IdOrganization-ExampleSGHIOrganization.json
FHIR VersionR5

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 ExampleSGHIOrganization

identifier: Passport number/123456789 (use: official, )

active: true

type: Healthcare Provider

name: SGHI Healthcare Organization

Contacts

-PurposeNameTelecomAddress
*AdministrativeJane Doe+254717355900, admin@sghi.orgNairobi 98765 Kenya (work)

Source1

{
  "resourceType": "Organization",
  "id": "ExampleSGHIOrganization",
  "meta": {
    "profile": [
      "https://fhir.slade360.co.ke/fhir/StructureDefinition/organization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "PPN",
            "display": "Passport number"
          }
        ]
      },
      "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
      "value": "123456789"
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "code": "prov",
          "display": "Healthcare Provider"
        }
      ]
    }
  ],
  "name": "SGHI Healthcare Organization",
  "contact": [
    {
      "purpose": {
        "coding": [
          {
            "code": "ADMIN",
            "display": "Administrative"
          }
        ]
      },
      "name": [
        {
          "text": "Jane Doe"
        }
      ],
      "telecom": [
        {
          "system": "phone",
          "value": "+254717355900",
          "use": "work"
        },
        {
          "system": "email",
          "value": "admin@sghi.org",
          "use": "work"
        }
      ],
      "address": {
        "use": "work",
        "type": "physical",
        "city": "Nairobi",
        "postalCode": "98765",
        "country": "Kenya"
      }
    }
  ]
}