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

FHIR IG analytics

Packagehl7.fhir.uv.order-catalog
Resource TypeOrganization
IdOrganization-example-lab-organization.json
FHIR VersionR5

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 example-lab-organization

Language: en-US

active: true

name: The Good Testing Laboratory

Contacts

-TelecomAddress
*http://fhir.org1 Lab Dr Paris TX 12340 USA (temp)

Source1

{
  "resourceType": "Organization",
  "id": "example-lab-organization",
  "language": "en-US",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "active": true,
  "name": "The Good Testing Laboratory",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://fhir.org",
          "use": "temp"
        }
      ],
      "address": {
        "use": "temp",
        "type": "both",
        "line": [
          "1 Lab Dr"
        ],
        "city": "Paris",
        "state": "TX",
        "postalCode": "12340",
        "country": "USA"
      }
    }
  ]
}