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

FHIR IG analytics

Packagehl7.fhir.us.davinci-ra
Resource TypeOrganization
IdOrganization-ra-laboratory01.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 ra-laboratory01

active: true

type: healthcare provider

name: XYZ Laboratory

telecom: ph: (+1) 111-222-3333, customer-service@XYZlaboratory.com

address: 100 Laboratory Lane, Suite 100 Amherst MA 01002 USA


Source1

{
  "resourceType": "Organization",
  "id": "ra-laboratory01",
  "meta": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/instance-name",
        "valueString": "Organization Example: XYZ Laboratory"
      },
      {
        "url": "http://hl7.org/fhir/StructureDefinition/instance-description",
        "valueMarkdown": "Laboratory that created lab observations"
      }
    ],
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization|7.0.0"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/organization-type",
          "code": "prov",
          "display": "healthcare provider"
        }
      ]
    }
  ],
  "name": "XYZ Laboratory",
  "telecom": [
    {
      "system": "phone",
      "value": "(+1) 111-222-3333"
    },
    {
      "system": "email",
      "value": "customer-service@XYZlaboratory.com"
    }
  ],
  "address": [
    {
      "line": [
        "100 Laboratory Lane, Suite 100"
      ],
      "city": "Amherst",
      "state": "MA",
      "postalCode": "01002",
      "country": "USA"
    }
  ]
}