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

FHIR IG analytics

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

Language: en

Profile: HRex Organization Profile

identifier: http://example.org/identifiers/somesystem/11223344, Clinical Laboratory Improvement Amendments/11D1234567, United States Employer Identification Number/55566667, NPI/1234567893, CCN/918273645

active: true

name: New Health Plan

telecom: ph: 1-800-123-4567, ph: 1-234-567-8901, info@newhealthplan.org

address:

  • #1A 123 Some street, Some town, Canada
  • 1003 Healthcare Drive Amherst MA 01002 USA

Source1

{
  "resourceType": "Organization",
  "id": "full",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-organization"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.org/identifiers/somesystem",
      "value": "11223344"
    },
    {
      "system": "urn:oid:2.16.840.1.113883.4.7",
      "value": "11D1234567"
    },
    {
      "system": "urn:oid:2.16.840.1.113883.4.4",
      "value": "55566667"
    },
    {
      "system": "http://hl7.org/fhir/sid/us-npi",
      "value": "1234567893"
    },
    {
      "system": "http://terminology.hl7.org/NamingSystem/CMSCertificationNumber",
      "value": "918273645"
    }
  ],
  "active": true,
  "name": "New Health Plan",
  "telecom": [
    {
      "system": "phone",
      "value": "1-800-123-4567"
    },
    {
      "system": "phone",
      "value": "1-234-567-8901"
    },
    {
      "system": "email",
      "value": "info@newhealthplan.org"
    }
  ],
  "address": [
    {
      "line": [
        "#1A 123 Some street, Some town, Canada"
      ]
    },
    {
      "line": [
        "1003 Healthcare Drive"
      ],
      "city": "Amherst",
      "state": "MA",
      "postalCode": "01002",
      "country": "USA"
    }
  ]
}