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

FHIR IG analytics

Packageca.infoway.io.ca-csd
Resource TypeOrganization
IdOrganization-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Organization",
  "id": "ca-csd-example-organization",
  "meta": {
    "profile": [
      "http://fhir.infoway-inforoute.ca/io/CA-CSD/StructureDefinition/CA-CSD-Organization"
    ]
  },
  "identifier": [
    {
      "system": "http://example.org/organization-identifiers",
      "value": "ORG-12345"
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "http://example.org/organization-type",
          "code": "health-region",
          "display": "Health Region"
        }
      ],
      "text": "Health Region"
    }
  ],
  "name": "Northern Health Authority",
  "partOf": {
    "reference": "Organization/ca-csd-example-organization",
    "display": "National Health System"
  },
  "telecom": [
    {
      "system": "phone",
      "value": "+1-555-654-3210",
      "use": "work"
    },
    {
      "system": "email",
      "value": "contact@northernhealthauthority.example.org",
      "use": "work"
    }
  ],
  "address": [
    {
      "use": "work",
      "line": [
        "616 Obligation Road"
      ],
      "city": "Northern City",
      "state": "NS",
      "postalCode": "M4F0F7",
      "country": "CAN"
    }
  ]
}