FHIR IG analytics| Package | swiss.mednet.fhir |
| Resource Type | Organization |
| Id | Organization-mni-organization-example1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization mni-organization-example1
name: novcom AG
telecom: ph: 061 561 74 61(Work), info@novcom.swiss
address: Pfeffingertrasse 19 Reinach 4153 CH (work)
{
"resourceType": "Organization",
"id": "mni-organization-example1",
"meta": {
"profile": [
"https://mednet.swiss/fhir/StructureDefinition/mni-organization"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"name": "novcom AG",
"telecom": [
{
"system": "phone",
"value": "061 561 74 61",
"use": "work"
},
{
"system": "email",
"value": "info@novcom.swiss",
"use": "work"
}
],
"address": [
{
"use": "work",
"line": [
"Pfeffingertrasse 19"
],
"city": "Reinach",
"postalCode": "4153",
"country": "CH"
}
]
}