{
  "resourceType" : "Organization",
  "id" : "organization-single-example",
  "meta" : {
    "profile" : ["http://doh.gov.ph/fhir/ph-core/StructureDefinition/ph-core-organization"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">The Department of Health - Central Office (NHFR: 1234567890, PAN: PAN-2024-56789, PEN: PEN-987654321) is an active PH Core Organization located at 123, Barangay 1, City of Las Piñas, Benguet, 1740, Philippines. The organization can be contacted via phone at +63-2-8651-7800 or email at contact@doh.gov.ph.</div>"
  },
  "identifier" : [{
    "system" : "http://doh.gov.ph/fhir/Identifier/doh-nhfr-code",
    "value" : "1234567890"
  },
  {
    "system" : "http://nhdr.gov.ph/fhir/Identifier/philhealthaccreditationnumber",
    "value" : "PAN-2024-56789"
  },
  {
    "system" : "http://nhdr.gov.ph/fhir/Identifier/philhealthemployernumber",
    "value" : "PEN-987654321"
  },
  {
    "system" : "http://my-hospital.org/internal-id",
    "value" : "HOSP-INT-12345"
  }],
  "active" : true,
  "name" : "Department of Health - Sattelite Office",
  "telecom" : [{
    "system" : "phone",
    "value" : "+63-2-8651-7800",
    "use" : "work"
  },
  {
    "system" : "email",
    "value" : "contact@doh.gov.ph",
    "use" : "work"
  }],
  "address" : [{
    "extension" : [{
      "url" : "http://doh.gov.ph/fhir/ph-core/StructureDefinition/region",
      "valueCoding" : {
        "system" : "https://psa.gov.ph/classification/psgc",
        "code" : "1401100000",
        "display" : "Benguet"
      }
    },
    {
      "url" : "http://doh.gov.ph/fhir/ph-core/StructureDefinition/city-municipality",
      "valueCoding" : {
        "system" : "https://psa.gov.ph/classification/psgc",
        "code" : "1380200000",
        "display" : "City of Las Piñas"
      }
    },
    {
      "url" : "http://doh.gov.ph/fhir/ph-core/StructureDefinition/barangay",
      "valueCoding" : {
        "system" : "https://psa.gov.ph/classification/psgc",
        "code" : "1380100001",
        "display" : "Barangay 1"
      }
    }],
    "use" : "work",
    "line" : ["123 Hospital Street"],
    "postalCode" : "1740",
    "country" : "PH"
  }],
  "contact" : [{
    "name" : {
      "text" : "Health Facility Contact"
    },
    "telecom" : [{
      "system" : "phone",
      "value" : "+63-2-8651-7800"
    }],
    "address" : {
      "extension" : [{
        "url" : "http://doh.gov.ph/fhir/ph-core/StructureDefinition/region",
        "valueCoding" : {
          "system" : "https://psa.gov.ph/classification/psgc",
          "code" : "1401100000",
          "display" : "Benguet"
        }
      },
      {
        "url" : "http://doh.gov.ph/fhir/ph-core/StructureDefinition/city-municipality",
        "valueCoding" : {
          "system" : "https://psa.gov.ph/classification/psgc",
          "code" : "1380200000",
          "display" : "City of Las Piñas"
        }
      },
      {
        "url" : "http://doh.gov.ph/fhir/ph-core/StructureDefinition/barangay",
        "valueCoding" : {
          "system" : "https://psa.gov.ph/classification/psgc",
          "code" : "1380100001",
          "display" : "Barangay 1"
        }
      }],
      "use" : "work",
      "line" : ["125 Central Office Street"],
      "postalCode" : "1740",
      "country" : "PH"
    }
  }]
}