{
  "resourceType": "StructureDefinition",
  "id": "pr-network-organization",
  "url": "https://fhir.icanbwell.com/4_0_0/StructureDefinition/pr-network-organization",
  "version": "1.2",
  "name": "NetworkOrganization",
  "title": "Profile: Network Organization",
  "status": "active",
  "date": "2024-03-18T21:36:06.0973311+00:00",
  "publisher": "b.Well Connected Health",
  "description": "A provider network organization",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Organization",
  "baseDefinition": "https://fhir.icanbwell.com/4_0_0/StructureDefinition/pr-organization",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Organization.active",
        "path": "Organization.active",
        "comment": "This active flag is not intended to be used to mark an organization as temporarily closed or under construction. Instead the Location(s) within the Organization should have the suspended status. If further details of the reason for the suspension are required, then an extension on this element should be used.\n\nThis element is labeled as a modifier because it may be used to mark that the resource was created in error.\r\n\r\nDefault to true."
      },
      {
        "id": "Organization.type",
        "path": "Organization.type",
        "patternCodeableConcept": {
          "coding": [
            {
              "system": "http://hl7.org/fhir/us/davinci-pdex-plan-net/CodeSystem/OrgTypeCS",
              "code": "ntwk"
            }
          ]
        }
      },
      {
        "id": "Organization.name",
        "path": "Organization.name",
        "min": 1
      }
    ]
  }
}