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

FHIR IG analytics

Packagehl7.fhir.uv.genomics-reporting
Resource TypeOrganization
IdOrganization-performingOrganization.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 performingOrganization

identifier: http://example.org/identifiers/CLIA/10000DLAB8

name: My Test Pathology Laboratories

telecom: ph: (100) 200-3000, fax: (400) 500-6000, http://www.example.com/mytestpathlabs

address: 1000 SE Lab Ave Los Angeles CA 90027


Source1

{
  "resourceType": "Organization",
  "id": "performingOrganization",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.org/identifiers/CLIA",
      "value": "10000DLAB8"
    }
  ],
  "name": "My Test Pathology Laboratories",
  "telecom": [
    {
      "system": "phone",
      "value": "(100) 200-3000"
    },
    {
      "system": "fax",
      "value": "(400) 500-6000"
    },
    {
      "system": "url",
      "value": "http://www.example.com/mytestpathlabs"
    }
  ],
  "address": [
    {
      "line": [
        "1000 SE Lab Ave"
      ],
      "city": "Los Angeles",
      "state": "CA",
      "postalCode": "90027"
    }
  ]
}