FHIR IG analytics| Package | hl7.fhir.us.davinci-crd |
| Resource Type | Organization |
| Id | Organization-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization example
Language: en
identifier: United States National Provider Identifier/1234567893
active: true
name: University Medical Center
telecom: +1 555 234 3523, info@acme.org
address: Galapagosweg 91 San Francisco CA 94107 US (work)
{
"resourceType": "Organization",
"id": "example",
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "1234567893"
}
],
"active": true,
"name": "University Medical Center",
"telecom": [
{
"system": "phone",
"value": "+1 555 234 3523",
"use": "work"
},
{
"system": "email",
"value": "info@acme.org",
"use": "work"
}
],
"address": [
{
"use": "work",
"line": [
"Galapagosweg 91"
],
"city": "San Francisco",
"state": "CA",
"postalCode": "94107",
"country": "US"
}
]
}