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

FHIR IG analytics

Packageca.on.oh.erec
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": "334ec4c8-7932-4620-86fe-d6b33b3fc7e4",
  "meta": {
    "profile": [
      "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-Organization|1.0.0"
    ]
  },
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/organization-type",
          "code": "prov",
          "display": "Healthcare Provider"
        }
      ]
    }
  ],
  "name": "Primary Care Medical Clinics",
  "telecom": [
    {
      "system": "phone",
      "value": "(555) 987-1234",
      "use": "work",
      "rank": 1
    },
    {
      "system": "fax",
      "value": "(555) 987-1234",
      "use": "work",
      "rank": 1
    }
  ],
  "address": [
    {
      "use": "work",
      "type": "physical",
      "line": [
        "279 Yonge St"
      ],
      "city": "Barrie",
      "state": "ON",
      "postalCode": "M5B 1N8",
      "country": "CAN"
    }
  ]
}