{
  "resourceType": "StructureDefinition",
  "id": "rr-responsible-agency",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2018-09-29T20:27:06.866+00:00"
  },
  "url": "http://hl7.org/fhir/us/ecr/StructureDefinition/rr-responsible-agency",
  "name": "rr-responsible-agency",
  "title": "Responsible Agency",
  "status": "draft",
  "date": "2018-08-01",
  "description": "The Responsible Agency profile is based on the US Core Organization and sets the type to 'Responsible Agency'. A Responsible Agency is a PHA to which reporting is legally required. This represents the PHA for the location in which care was provided and/or where the patient lives.",
  "fhirVersion": "3.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Organization",
  "baseDefinition": "http://hl7.org/fhir/us/ecr/StructureDefinition/ecr-organization",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Organization",
        "path": "Organization",
        "short": "Responsible Agency",
        "definition": "The Responsible Agency profile is based on the US Core Organization and sets the type to 'Responsible Agency'. A Responsible Agency is a PHA to which reporting is legally required. This represents the PHA for the location in which care was provided and/or where the patient lives.",
        "min": 1,
        "mustSupport": true,
        "isModifier": false
      },
      {
        "id": "Organization.text",
        "path": "Organization.text",
        "short": "Repsponsible Agency Description",
        "definition": "Description of the Responsible Agency",
        "mustSupport": true
      },
      {
        "id": "Organization.identifier",
        "path": "Organization.identifier",
        "short": "Responsible Agency Id",
        "mustSupport": true
      },
      {
        "id": "Organization.type",
        "path": "Organization.type",
        "min": 1,
        "max": "1",
        "patternCodeableConcept": {
          "coding": [
            {
              "system": "urn:oid:2.16.840.1.114222.4.5.232",
              "code": "RR8",
              "display": "Responsible Agency"
            }
          ]
        },
        "mustSupport": true,
        "isModifier": false
      },
      {
        "id": "Organization.name",
        "path": "Organization.name",
        "short": "Responsible Agency Name",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Organization.telecom",
        "path": "Organization.telecom",
        "short": "Responsible Agency Contact Information",
        "mustSupport": true
      },
      {
        "id": "Organization.address",
        "path": "Organization.address",
        "short": "Responsible Agency Address",
        "mustSupport": true
      }
    ]
  }
}