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

FHIR IG analytics

Packagehl7.fhir.in
Resource TypeOrganization
IdOrganization-example-01.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

XYZ Lab Pvt.Ltd. ph: +91 243 2634 1234, email:contact@labs.xyz.org

Source1

{
  "resourceType": "Organization",
  "id": "example-01",
  "meta": {
    "profile": [
      "http://nrces.in/ndhm/fhir/r4/StructureDefinition/Organization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "PRN",
            "display": "Provider number"
          }
        ]
      },
      "system": "https://facility.ndhm.gov.in",
      "value": "4567878"
    }
  ],
  "name": "XYZ Lab Pvt.Ltd.",
  "telecom": [
    {
      "system": "phone",
      "value": "+91 243 2634 1234",
      "use": "work"
    },
    {
      "system": "email",
      "value": "contact@labs.xyz.org",
      "use": "work"
    }
  ]
}