FHIR IG analytics| Package | hl7.fhir.eu.base-r5 |
| Resource Type | Organization |
| Id | Organization-organization-eu-core-example.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization organization-eu-core-example
Profile: Organization (EU core)
type: Healthcare Provider
name: Example Health Organization
| Telecom | Address |
| ph: 555-1234(Work) | 123 Example Street Example City EX 12345 EX |
{
"resourceType": "Organization",
"id": "organization-eu-core-example",
"meta": {
"profile": [
"http://hl7.eu/fhir/base-r5/StructureDefinition/organization-eu-core"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/organization-type",
"code": "prov",
"display": "Healthcare Provider"
}
]
}
],
"name": "Example Health Organization",
"contact": [
{
"telecom": [
{
"system": "phone",
"value": "555-1234",
"use": "work"
}
],
"address": {
"line": [
"123 Example Street"
],
"city": "Example City",
"state": "EX",
"postalCode": "12345",
"country": "EX"
}
}
]
}