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

FHIR IG analytics

Packageihe.qrph.ccg
Resource TypeOrganization
IdOrganization-Organization-14.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 Organization-14

identifier: http://example.org/ids/Organization-14

active: true

name: Example Organization

Contacts

-TelecomAddress
*contact@example.org123 Anystreet, Yourtown, Ontario, Canada M0P4H1

Source1

{
  "resourceType": "Organization",
  "id": "Organization-14",
  "meta": {
    "profile": [
      "https://profiles.ihe.net/QRPH/CCG/StructureDefinition/ccg-di-organization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.org/ids",
      "value": "Organization-14"
    }
  ],
  "active": true,
  "name": "Example Organization",
  "contact": [
    {
      "telecom": [
        {
          "system": "email",
          "value": "contact@example.org"
        }
      ],
      "address": {
        "text": "123 Anystreet, Yourtown, Ontario, Canada M0P4H1"
      }
    }
  ]
}