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

FHIR IG analytics

Packagehl7.fhir.us.mcode
Resource TypeOrganization
IdOrganization-gx-us-core-organization-gensop-inc.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 gx-us-core-organization-gensop-inc

identifier: CLIA/14D7329100

active: true

type: Other

name: Gensop Labs, Inc.

telecom: ph: 555-555-5555(Work), support@gensop.com

address: 8415 Hitech Road Chicago IL 60654 US

Contacts

-Name
*Quinn Chen, MD

Source1

{
  "resourceType": "Organization",
  "id": "gx-us-core-organization-gensop-inc",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:oid:2.16.840.1.113883.4.7",
      "value": "14D7329100"
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/organization-type",
          "code": "other",
          "display": "Other"
        }
      ]
    }
  ],
  "name": "Gensop Labs, Inc.",
  "telecom": [
    {
      "system": "phone",
      "value": "555-555-5555",
      "use": "work"
    },
    {
      "system": "email",
      "value": "support@gensop.com"
    }
  ],
  "address": [
    {
      "line": [
        "8415 Hitech Road"
      ],
      "city": "Chicago",
      "state": "IL",
      "postalCode": "60654",
      "country": "US"
    }
  ],
  "contact": [
    {
      "name": {
        "text": "Quinn Chen, MD"
      }
    }
  ]
}