{
  "resourceType": "StructureDefinition",
  "id": "ecr-organization",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2018-09-29T20:27:06.866+00:00"
  },
  "url": "http://hl7.org/fhir/us/ecr/StructureDefinition/ecr-organization",
  "name": "ecr-organization",
  "title": "eCR Organization Profile",
  "status": "draft",
  "date": "2018-08-01",
  "description": "The Electronic Case Reporting Organization profile is based on the **US Core-Organization** profile and establishes the core elements, extensions, vocabularies and value sets for representing the following organizations for electronic case reporting:\n\n- Initial Case Report source provider facility/office name\n- Initial Case Report source facility\n- Reportability Response recipients\n- Reportability Response responsible agency  \n- Reportability Response routing entity\n- Reportability Response rules authoring agency",
  "fhirVersion": "3.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Organization",
  "baseDefinition": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Organization",
        "path": "Organization",
        "short": "eCR Organization Profile",
        "definition": "The Electronic Case Reporting Organization profile is based on the **US Core-Organization** profile and establishes the core elements, extensions, vocabularies and value sets for representing the following organizations for electronic case reporting:\n\n- Initial Case Report source provider facility/office name\n- Initial Case Report source facility\n- Reportability Response recipients\n- Reportability Response responsible agency  \n- Reportability Response routing entity\n- Reportability Response rules authoring agency",
        "min": 0,
        "max": "*",
        "base": {
          "path": "us-core-organization",
          "min": 0,
          "max": "*"
        },
        "mustSupport": true,
        "isModifier": false
      },
      {
        "id": "Organization.type",
        "path": "Organization.type",
        "mustSupport": true,
        "isModifier": false,
        "binding": {
          "strength": "extensible",
          "description": "The type of Organization",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-ServiceDeliveryLocationRoleType"
          }
        }
      },
      {
        "id": "Organization.contact",
        "path": "Organization.contact",
        "mustSupport": true,
        "isModifier": false
      }
    ]
  }
}