{
  "resourceType": "StructureDefinition",
  "id": "shr-entity-Organization",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n  <p><b>SHR Organization Profile</b></p>\n  <p>A social or legal structure formed by human beings.</p>\n  <p><b>SHR Mapping Summary</b></p>\n  <p><pre>shr.entity.Organization maps to http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization:\n  OrganizationName maps to name\n  OrganizationAlias maps to alias  // I wish FHIR allowed multiple names, but it doesn't\n  Type maps to type\n  OrganizationIdentifier maps to identifier\n  Address maps to address\n  ContactPoint maps to contact\n  ActiveFlag maps to active\n  PartOf.Content maps to partOf\n</pre></p>\n</div>"
  },
  "url": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-entity-Organization",
  "identifier": [
    {
      "system": "http://standardhealthrecord.org",
      "value": "shr.entity.Organization"
    }
  ],
  "version": "0.0.1",
  "name": "SHR Organization Profile",
  "status": "draft",
  "date": "2017-12-20",
  "publisher": "The MITRE Corporation: Standard Health Record Collaborative",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://standardhealthrecord.org"
        }
      ]
    }
  ],
  "description": "A social or legal structure formed by human beings.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US",
          "display": "United States Minor Outlying Islands (the)"
        }
      ]
    }
  ],
  "fhirVersion": "3.0.1",
  "mapping": [
    {
      "identity": "servd",
      "uri": "http://www.omg.org/spec/ServD/1.0/",
      "name": "ServD"
    },
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/w5",
      "name": "W5 Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Organization",
  "baseDefinition": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Organization:shr-entity-Organization",
        "path": "Organization",
        "short": "SHR Organization Profile",
        "definition": "A social or legal structure formed by human beings.",
        "mustSupport": false
      },
      {
        "id": "Organization:shr-entity-Organization.extension:relatedencounter",
        "path": "Organization.extension",
        "sliceName": "relatedencounter",
        "definition": "If content was generated during a patient encounter, related encounter is the encounter where the information was gained.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-base-RelatedEncounter-extension"
          }
        ]
      },
      {
        "id": "Organization:shr-entity-Organization.extension:author",
        "path": "Organization.extension",
        "sliceName": "author",
        "definition": "The person or organization who created the entry and is responsible for (and may certify) the content.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-base-Author-extension"
          }
        ]
      },
      {
        "id": "Organization:shr-entity-Organization.extension:informant",
        "path": "Organization.extension",
        "sliceName": "informant",
        "definition": "The person or entity that provided the information in the entry, as distinct from who created the entry, e.g. the subject (patient), medical professional, family member, device or software program.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-base-Informant-extension"
          }
        ]
      },
      {
        "id": "Organization:shr-entity-Organization.identifier",
        "path": "Organization.identifier",
        "type": [
          {
            "code": "Identifier",
            "profile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-entity-OrganizationIdentifier"
          }
        ]
      },
      {
        "id": "Organization:shr-entity-Organization.type",
        "path": "Organization.type",
        "min": 1,
        "max": "1",
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "OrganizationType"
            }
          ],
          "strength": "required",
          "description": "Used to categorize the organization",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/organization-type"
          }
        }
      },
      {
        "id": "Organization:shr-entity-Organization.address",
        "path": "Organization.address",
        "type": [
          {
            "code": "Address",
            "profile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-Address"
          }
        ]
      },
      {
        "id": "Organization:shr-entity-Organization.partOf",
        "path": "Organization.partOf",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-entity-Organization"
          }
        ]
      },
      {
        "id": "Organization:shr-entity-Organization.contact",
        "path": "Organization.contact",
        "min": 1,
        "max": "*"
      }
    ]
  }
}