FHIR IG analytics| Package | hl7.fhir.us.davinci-pas |
| Resource Type | Organization |
| Id | Organization-InsurerExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization InsurerExample
Language: en
Profile: PAS Insurer Organization
identifier: United States National Provider Identifier/1234567893
active: true
type: PR
name: MARYLAND CAPITAL INSURANCE COMPANY
{
"resourceType": "Organization",
"id": "InsurerExample",
"meta": {
"profile": [
"http://hl7.org/fhir/us/davinci-pas/StructureDefinition/profile-insurer"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "1234567893"
}
],
"active": true,
"type": [
{
"coding": [
{
"system": "https://codesystem.x12.org/005010/98",
"code": "PR"
}
]
}
],
"name": "MARYLAND CAPITAL INSURANCE COMPANY"
}