FHIR IG Statistics: StructureDefinition/Organization
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "StructureDefinition",
"id": "Organization",
"url": "http://ontariohealth.ca/fhir/ehr/StructureDefinition/profile-organization",
"version": "1.0.0",
"name": "OrganizationEHR",
"title": "Organization EHR",
"status": "active",
"description": "A formally or informally recognized grouping of people or organizations formed for the purpose of achieving some form of collective action. Includes companies, institutions, corporations, departments, community groups, healthcare practice groups, payer/insurer, etc.",
"fhirVersion": "4.0.1",
"kind": "resource",
"abstract": false,
"type": "Organization",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Organization",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Organization.identifier",
"path": "Organization.identifier",
"mustSupport": true
},
{
"id": "Organization.identifier.system",
"path": "Organization.identifier.system",
"mustSupport": true
},
{
"id": "Organization.identifier.value",
"path": "Organization.identifier.value",
"mustSupport": true
},
{
"id": "Organization.name",
"path": "Organization.name",
"mustSupport": true
},
{
"id": "Organization.telecom",
"path": "Organization.telecom",
"mustSupport": true
},
{
"id": "Organization.telecom.system",
"path": "Organization.telecom.system",
"mustSupport": true
},
{
"id": "Organization.telecom.value",
"path": "Organization.telecom.value",
"mustSupport": true
},
{
"id": "Organization.telecom.use",
"path": "Organization.telecom.use",
"mustSupport": true
},
{
"id": "Organization.address",
"path": "Organization.address",
"mustSupport": true
},
{
"id": "Organization.address.use",
"path": "Organization.address.use",
"mustSupport": true
},
{
"id": "Organization.address.type",
"path": "Organization.address.type",
"mustSupport": true
},
{
"id": "Organization.address.line",
"path": "Organization.address.line",
"mustSupport": true
},
{
"id": "Organization.address.city",
"path": "Organization.address.city",
"mustSupport": true
},
{
"id": "Organization.address.state",
"path": "Organization.address.state",
"mustSupport": true,
"binding": {
"strength": "required",
"valueSet": "http://ontariohealth.ca/fhir/ehr/ValueSet/province-state-code"
}
},
{
"id": "Organization.address.postalCode",
"path": "Organization.address.postalCode",
"mustSupport": true
},
{
"id": "Organization.address.country",
"path": "Organization.address.country",
"mustSupport": true,
"binding": {
"strength": "required",
"valueSet": "http://ehealthontario.ca/fhir/ValueSet/country-code"
}
}
]
}
}