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

FHIR IG analytics

Packagehl7.fhir.us.nhsn-ade
Resource TypeOrganization
IdOrganization-organization-acme-laboratory-ade.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

Resource "organization-acme-laboratory-ade" Version "1" Updated "2021-01-13T08:58:31.809Z"

Information Source: #dNmstLc97G7uhcQ8!

Profile: US Core Organization Profile

identifier: id: 1144221999

active: true

type: hospital laboratory (RoleCode#HLAB)

name: Acme_Labs

telecom: +1-555-555-4444, mail@acme-labs.com

address: 7777 Laboratory Drive Ann Arbor MI 99999


Source1

{
  "resourceType": "Organization",
  "id": "organization-acme-laboratory-ade",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2021-01-13T08:58:31.809+00:00",
    "source": "#dNmstLc97G7uhcQ8",
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://hl7.org.fhir/sid/us-npi",
      "value": "1144221999"
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "HLAB",
          "display": "hospital laboratory"
        }
      ]
    }
  ],
  "name": "Acme_Labs",
  "telecom": [
    {
      "system": "phone",
      "value": "+1-555-555-4444"
    },
    {
      "system": "email",
      "value": "mail@acme-labs.com"
    }
  ],
  "address": [
    {
      "line": [
        "7777 Laboratory Drive"
      ],
      "city": "Ann Arbor",
      "state": "MI",
      "postalCode": "99999"
    }
  ]
}