FHIR IG analytics| Package | hl7.fhir.us.ndh.r4b |
| Resource Type | Organization |
| Id | Organization-diamondonyxhealth2.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization diamondonyxhealth2
Last updated: 2022-07-04 15:00:00+0000
identifier: http://example.org/ndh-identifiers/diamondonyxhealth2, http://example.org/diamond.2.onyxhealth.io/diamondonyxhealth2
active: true
type: Payer
name: DiamondOnyxHealth
telecom: http://example.org/diamond.2.onyxhealth.io
address: 100 Main Street Norwalk CT 00014-2345
endpoint: Endpoint DiamondOnyxHealth
{
"resourceType": "Organization",
"id": "diamondonyxhealth2",
"meta": {
"lastUpdated": "2022-07-04T15:00:00.000Z",
"profile": [
"http://hl7.org/fhir/us/ndh/StructureDefinition/ndhPn-ldapi-Organization"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"extension": [
{
"url": "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-identifier-status",
"valueCode": "active"
}
],
"system": "http://example.org/ndh-identifiers",
"value": "diamondonyxhealth2"
},
{
"system": "http://example.org/diamond.2.onyxhealth.io",
"value": "diamondonyxhealth2"
}
],
"active": true,
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/organization-type",
"version": "2.0.1",
"code": "pay",
"display": "Payer"
}
]
}
],
"name": "DiamondOnyxHealth",
"telecom": [
{
"system": "url",
"value": "http://example.org/diamond.2.onyxhealth.io"
}
],
"address": [
{
"line": [
"100 Main Street"
],
"city": "Norwalk",
"state": "CT",
"postalCode": "00014-2345"
}
],
"endpoint": [
{
"reference": "Endpoint/diamond-mtls-endpoint2"
}
]
}