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

FHIR IG analytics

Packagefhir.gdx
Resource TypeOrganization
IdOrganization-Organization.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 Organization

identifier: Clinical Laboratory Improvement Amendments/12A4567890 (use: official, )

type: Healthcare Provider

name: Generic Laboratories, Inc.

contact

telecom: ph: (800) 876-5309, fax: (781) 876-5305, http://www.genericlaboratoriesinc.com, info@genericlaboratoriesinc.com

address: 321 Laboratory Court, Anytown, MA, 12345, USA


Source1

{
  "resourceType": "Organization",
  "id": "Organization",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "system": "urn:oid:2.16.840.1.113883.4.7",
      "value": "12A4567890"
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/organization-type",
          "code": "prov",
          "display": "Healthcare Provider"
        }
      ]
    }
  ],
  "name": "Generic Laboratories, Inc.",
  "contact": [
    {
      "telecom": [
        {
          "system": "phone",
          "value": "(800) 876-5309"
        },
        {
          "system": "fax",
          "value": "(781) 876-5305"
        },
        {
          "system": "url",
          "value": "http://www.genericlaboratoriesinc.com"
        },
        {
          "system": "email",
          "value": "info@genericlaboratoriesinc.com"
        }
      ],
      "address": {
        "text": "321 Laboratory Court, Anytown, MA, 12345, USA",
        "line": [
          "321 Laboratory Court"
        ],
        "city": "Anytown",
        "state": "MA",
        "postalCode": "12345",
        "country": "USA"
      }
    }
  ]
}