FHIR IG analytics| Package | egde.health.gateway |
| Resource Type | Organization |
| Id | Organization-CLI1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization
Resource Organization "CLI1"
Profile: Organization - Egde Health Gateway - profile for domestic use
identifier: id: 999888333
type: Clinic ([not stated]#257585005)
name: My clinic
| - | Telecom |
| * | ph: 33445566 |
{
"resourceType": "Organization",
"id": "CLI1",
"meta": {
"profile": [
"http://www.egde.no/StructureDefinition/ehg-no-Organization"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"value": "999888333"
}
],
"type": [
{
"coding": [
{
"code": "257585005",
"display": "Clinic"
}
]
}
],
"name": "My clinic",
"contact": [
{
"telecom": [
{
"system": "phone",
"value": "33445566"
}
]
}
]
}