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

FHIR IG analytics

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

Resource Organization "us-ph-organization-acme-laboratory"

Profile: US Public Health Organization

identifier: id: 1144221999

active: true

type: outpatient laboratory (RoleCode#OUTLAB)

name: Acme_Labs

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

address: 7777 Laboratory Drive Ann Arbor MI 99999


Source1

{
  "resourceType": "Organization",
  "id": "us-ph-organization-acme-laboratory",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-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": "OUTLAB",
          "display": "outpatient 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"
    }
  ]
}