{
  "resourceType": "StructureDefinition",
  "meta": {
    "lastUpdated": "2018-02-16T17:38:21.486+00:00"
  },
  "url": "http://hl7.org/fhir/ips/StructureDefinition/organization-laboratory-uv-ips",
  "version": "0.2",
  "name": "organization-laboratory-uv-ips",
  "title": "Organization (laboratory)",
  "status": "draft",
  "date": "2018-03-09",
  "publisher": "HL7 International",
  "contact": [
    {
      "name": "François Macary - Phast"
    }
  ],
  "description": "This profile constrains the Organization resource to represent an organization having produced laboratory results for a patient summary.\r\nExamples of such organizations include laboratory medicine, public health laboratory, healthcare institution ...",
  "fhirVersion": "3.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Organization",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Organization",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Organization.active",
        "path": "Organization.active",
        "max": "0"
      },
      {
        "id": "Organization.type",
        "path": "Organization.type",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Organization.type.coding",
        "path": "Organization.type.coding",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Coding",
            "profile": "http://hl7.org/fhir/ips/StructureDefinition/coding-uv-ips"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSetUri": "http://trilliumbridge.eu/fhir/ValueSet/performing-organization-type"
        }
      },
      {
        "id": "Organization.name",
        "path": "Organization.name",
        "min": 1
      },
      {
        "id": "Organization.alias",
        "path": "Organization.alias",
        "max": "0"
      },
      {
        "id": "Organization.partOf",
        "path": "Organization.partOf",
        "max": "0"
      },
      {
        "id": "Organization.endpoint",
        "path": "Organization.endpoint",
        "max": "0"
      }
    ]
  }
}