FHIR IG analytics| Package | hl7.fhir.us.davinci-hrex |
| Resource Type | Organization |
| Id | Organization-min.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization min
Language: en
Profile: HRex Organization Profile
identifier: NPI/1234567893
active: true
name: New Health Plan
{
"resourceType": "Organization",
"id": "min",
"meta": {
"profile": [
"http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-organization"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "1234567893"
}
],
"active": true,
"name": "New Health Plan"
}