FHIR IG analytics| Package | hl7.fhir.us.insurance-card |
| Resource Type | Organization |
| Id | Organization-ExampleIssuerOrg.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization ExampleIssuerOrg
name: Sample Health Insurance Company
telecom: ph: 1-800-123-4567, https://www.samplehealth.com
{
"resourceType": "Organization",
"id": "ExampleIssuerOrg",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"name": "Sample Health Insurance Company",
"telecom": [
{
"system": "phone",
"value": "1-800-123-4567"
},
{
"system": "url",
"value": "https://www.samplehealth.com"
}
]
}