FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageswiss.mednet.fhir
Resource TypeOrganization
IdOrganization-mni-organization-example1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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)


Source1

{
  "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"
    }
  ]
}