FHIR IG analytics| Package | hl7.fhir.us.davinci-hrex |
| Resource Type | Organization |
| Id | Organization-full.json |
| FHIR Version | R4 |
No resources found
No resources found
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:
{
"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"
}
]
}