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

FHIR IG analytics

Packageca.infoway.io.ca-csd
Resource TypeOrganization
IdOrganization-jurisdiction-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-jurisdiction",
  "meta": {
    "profile": [
      "http://fhir.infoway-inforoute.ca/io/CA-CSD/StructureDefinition/CA-CSD-Jurisdiction-Organization"
    ]
  },
  "identifier": [
    {
      "system": "http://example.org/organization-identifiers",
      "value": "JUR-001"
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "https://profiles.ihe.net/ITI/mCSD/CodeSystem/IHE.mCSD.Organization.Location.Types",
          "code": "jurisdiction"
        }
      ]
    }
  ],
  "name": "Northern Health Authority",
  "partOf": {
    "reference": "Organization/ca-csd-example-organization"
  }
}