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

FHIR IG analytics

Packagehl7.fhir.us.cimilabs
Resource TypeOrganization
IdOrganization-ACMELab.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 "ACMELab"

name: ACME Clinical Laboratories

alias: ACME Lab

address: 101 South Main St. Anytown MyState 10101 USA


Source1

{
  "resourceType": "Organization",
  "id": "ACMELab",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "name": "ACME Clinical Laboratories",
  "alias": [
    "ACME Lab"
  ],
  "address": [
    {
      "line": [
        "101 South Main St."
      ],
      "city": "Anytown",
      "state": "MyState",
      "postalCode": "10101",
      "country": "USA"
    }
  ]
}