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

FHIR IG analytics

Packagehl7.fhir.us.mdi.r4
Resource TypeOrganization
IdOrganization-us-core-organization-tox-lab.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 us-core-organization-tox-lab

identifier: http://example.org/fhir/sid/us-npi/111223333

active: true

type: Healthcare Provider

name: UF Health Pathology Labs, Forensic Toxicology Laboratory

telecom: ph: (352) 265-9900

address: 4800 SW 35th Drive Gainesville FL 32608 US


Source1

{
  "resourceType": "Organization",
  "id": "us-core-organization-tox-lab",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.org/fhir/sid/us-npi",
      "value": "111223333"
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/organization-type",
          "code": "prov",
          "display": "Healthcare Provider"
        }
      ]
    }
  ],
  "name": "UF Health Pathology Labs, Forensic Toxicology Laboratory",
  "telecom": [
    {
      "system": "phone",
      "value": "(352) 265-9900"
    }
  ],
  "address": [
    {
      "line": [
        "4800 SW 35th Drive"
      ],
      "city": "Gainesville",
      "state": "FL",
      "postalCode": "32608",
      "country": "US"
    }
  ]
}