{
  "resourceType": "StructureDefinition",
  "url": "https://example.org/fhir/StructureDefinition/PH_Organization",
  "name": "PH_Organization",
  "status": "draft",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Organization",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Organization",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Organization.extension:headName",
        "path": "Organization.extension",
        "sliceName": "headName",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://example.org/fhir/StructureDefinition/HeadName"
            ]
          }
        ],
        "isModifier": false
      },
      {
        "id": "Organization.extension:headPosition",
        "path": "Organization.extension",
        "sliceName": "headPosition",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://example.org/fhir/StructureDefinition/HeadPosition"
            ]
          }
        ],
        "isModifier": false
      },
      {
        "id": "Organization.identifier",
        "path": "Organization.identifier",
        "slicing": {
          "description": "This are the slides for the DOH facility code",
          "rules": "open"
        }
      },
      {
        "id": "Organization.identifier:DOHfhudcode",
        "path": "Organization.identifier",
        "sliceName": "DOHfhudcode",
        "short": "Health Facility Code (HFC)",
        "definition": "Health Facility Code (HFC)",
        "max": "1"
      },
      {
        "id": "Organization.identifier:otherID",
        "path": "Organization.identifier",
        "sliceName": "otherID",
        "short": "Use of other facility codes",
        "definition": "PhilHealth Accreditation Number (PAN)\nPhilHealth Employer Number (PEN)",
        "max": "1"
      },
      {
        "id": "Organization.alias",
        "path": "Organization.alias",
        "max": "0"
      },
      {
        "id": "Organization.partOf",
        "path": "Organization.partOf",
        "max": "0"
      },
      {
        "id": "Organization.contact",
        "path": "Organization.contact",
        "max": "1"
      },
      {
        "id": "Organization.endpoint",
        "path": "Organization.endpoint",
        "max": "0"
      }
    ]
  }
}