FHIR IG analytics| Package | hl7.fhir.us.mcode |
| Resource Type | Organization |
| Id | Organization-gx-us-core-organization-gensop-inc.json |
| FHIR Version | R4 |
No resources found
No resources found
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
| Name |
| Quinn Chen, MD |
{
"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"
}
}
]
}