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

FHIR IG analytics

Packagesilfhirprofileig
Resource TypeLocation
IdLocation-ExampleSGHILocation.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: Location ExampleSGHILocation

Profile: SGHI Location

identifier: Jurisdictional health number/JHN123456789 (use: official, )

status: Active

operationalStatus: [not stated]: ISOLATED (Isolated)

name: SGHI Location

description:

SGHI Location description

mode: Kind

Contacts

-Telecom
*+254790360360

form: Wing

managingOrganization: Organization SGHI Healthcare Organization

hoursOfOperation

AvailableTimes

-AllDay
*true

Source1

{
  "resourceType": "Location",
  "id": "ExampleSGHILocation",
  "meta": {
    "profile": [
      "https://fhir.slade360.co.ke/fhir/StructureDefinition/fhir-location"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "JHN",
            "display": "Jurisdictional health number"
          }
        ]
      },
      "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
      "value": "JHN123456789",
      "assigner": {
        "reference": "Organization/ExampleSGHIOrganization"
      }
    }
  ],
  "status": "active",
  "operationalStatus": {
    "code": "ISOLATED",
    "display": "Isolated"
  },
  "name": "SGHI Location",
  "description": "SGHI Location description",
  "mode": "kind",
  "contact": [
    {
      "telecom": [
        {
          "system": "phone",
          "value": "+254790360360",
          "use": "work"
        }
      ]
    }
  ],
  "form": {
    "coding": [
      {
        "code": "wi",
        "display": "Wing"
      }
    ]
  },
  "managingOrganization": {
    "reference": "Organization/ExampleSGHIOrganization"
  },
  "hoursOfOperation": [
    {
      "availableTime": [
        {
          "allDay": true
        }
      ]
    }
  ]
}